However I receive this response
“{“message”:“startJobParameters must not be null”,“errorCode”:0,“resourceIds”:null}”
I have no idea what I am doing wrong, I’ve looked here: UiPath Add-ins Guide and here: Orchestrator - Jobs Requests
Now I’m trying to using Postman for start job, so I put folderId for X-UIPATH-OrganizationUnitId…
but I still got same message. “startJobParameters must not be null”
I solved it! Problem was body, not the header… I changed all body parameters that starts with lower case to upper case (ex. releaseKey → ReleaseKey) haha…I don’t know why i did that but anyway it works! thanks for your help
The only difference is that the request body is built via a Deluge script. I have checked the syntax of the body several times as it is written to the output (as seen above) and I don’t see any variations. Not sure what the problem is.
Responding to the original issue posted by @m.choi so that it may help others in the community.
The problem I posted on Oct 17 was traced to be an issue with nested JSON when the API call was executed from ZOHO CRM. Therefore, please ignore this part of my post!
The StartJob API worked when the API request was composed in this manner below