Order
Set the order status to 'not delivered' or 'not collected' by Id. Note: The order must be scheduled for delivery.
put/Order/Id/{id}/Reject
Path parameters
idstring required
Request body
Example request
{
"StatusDate": "2025-05-13T13:36:05",
"DriverComment": "Closed from API",
"SignatureName": "John Dow",
"RejectReasonId": 19
}Response
Order was updated
Changes
No recorded changes to this endpoint across all 3 revisions of this API.