11-29-2017 09:46 PM - edited 03-18-2019 01:39 PM
hi all,
i have installed cms 2.2.9 and running well now, i want to add some api command using postman.
but when i posting, i got error message invalid operatio (attached).
i just copy paste from API guide, and re spell again but still problem.
my steps was :
1. open https://cms ip:445/api/v1/system/profiles, then copy the callLegs ID
2. then tried GET from those callLegs ID and OK,i can see many keys and value on it
3. tried POST using same callLegs ID, but failed to post
Solved! Go to Solution.
12-01-2017 09:14 AM
12-01-2017 11:04 PM
You're modifying an existing callLeg, so you need to use PUT, instead of POST.
For reference, here are the supported API commands and which one to use when:
12-01-2017 09:14 AM
Ahmed,
Try using PUT versus POST. -Dennis
12-01-2017 11:04 PM
You're modifying an existing callLeg, so you need to use PUT, instead of POST.
For reference, here are the supported API commands and which one to use when:
Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: