Create Task Async Result

This API allows to get results from the Init request.
Please note that results are stored for 2 hours in cache

StatusId values

You can receive different StatusId inside the response so you can easily understand if your request have any errors or a valid one

ResultStatusId
In Progress0
Success1
Error2

Error response will contain Error description so you can easily understand what parameters have wrong values:

{ "statusId": 2, "status": "Error", "errorText": "Invalid Pickup Or Delivery Time!", "data": null }

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here!