Discussions
Work Order Send Failure
6 months ago by James Roggeman
Since the update last week I'm receiveing the follwoing error when trying to send a work order to CorrigoPro using the rest API:
{
"ErrorMessage": "WON call failed unexpectedly. Requestor #55575, target location #18994, action 'RequestorSend', web service URL 'https://wtspproxy.corrigopro.com/cnservices/CorrigoService.asmx'.",
"ErrorCode": "BUSINESS_LOGIC_ERROR",
"TimeStamp": "2024-05-13T18:43:23.2086391Z"
}
Heres the URL and Code I'm using to send the work order.
https://am-ce914a.corrigo.com/api/v1/cmd/SendWorkOrder
{
"Command": {
"WorkOrderId": 1398944
}
}
Looking for help in resolving