...
This API is used to update the Dispatch by time and start processing time usually when the orders are Unhold.
This API is also used to unhold an order which was created as an on hold order in Assure. After the order gets unheld , it will be available for processing.
Request
Code Block | ||
---|---|---|
| ||
{ "dispatchByTime": "2022-10-17T20:22:28.000+00:00", "locationCode": "string", "onHold": true, "startProcessingTime": "2022-10-16T20:22:28.000+00:00", "deliveredAt": "2022-10-30T20:22:28.000+00:00", "orderStatus": "DELIVERED" } |
...