HomeRecipesAPI ReferenceChangelogDiscussions
Log In
Discussions

Discussions

Ask a Question
Back to All

Work Order Send failure through API

We have been trying to send the workorder assigned to a Connected Service Provider through the Corrigo Integration API to CorrigoPro and receiving the error as below

{
"ErrorMessage":"WON call failed unexpectedly. Requestor #110443, target location #55182,action 'RequestorSend', web service URL '<https://wtspproxy.corrigopro.com/cnservices/CorrigoService.asmx'.","ErrorCode":"BUSINESS_LOGIC_ERROR","TimeStamp":"2024-05-29T19:15:23.1229828Z"}
}

Here is the URL and Code I'm using to send the work order.

https://emea-ent-f2.corrigo.com/api/v1/cmd/SendWorkOrder

{
"Command": {
"WorkOrderId": 196424
}
}

If you could please help us out with this issue?