Discussions
WoCompleteCommand HTTP 404
3 years ago by Andrew Hinchman
Hello, I'm trying to automate the ability to complete a work order via API. See following code:
"{"
- " "commandRequest": { "
- " "type": "WoCompleteCommand","
- " "WorkOrderId": "376508" "
- " }, "
- " "RequestId": "1234" "
- " } "
This returns the following error:
I have ensured the WorkOrderId is correct and the user is correct. The string returned is the correct format as far as I can tell, see the returned string below:
{ "commandRequest": { "type": "WoCompleteCommand", "WorkOrderId": "376508" }, "RequestId": "1234" }
Permissions for the user account are all set to allow WoCompleteCommand. Not sure what the issue is, any help would be appreciated.

