post
https://integrationgateway.falconflex.ai/api/v1/tasks/init-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
| Result | StatusId |
|---|---|
| In Progress | 0 |
| Success | 1 |
| Error | 2 |
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 }