v1

latestOpenAPI 3.0.42026-08-067441330.9 KB
Order

Set the order status to 'not delivered' or 'not collected' by TrackId. Note: The order must be scheduled for delivery.

put/Order/TrackId/{trackId}/Reject

Path parameters

trackIdstring uuid required

Request body

StatusDatestring date-time nullable

Local date and time when the status changed, yyyy-MM-ddTHH:mm:ss. If empty, the default will be now UTC+0.

DriverCommentstring nullable

Driver note

SignatureNamestring nullable

Recipient's signature name on ePOD

RejectReasonIdinteger nullable

Reject Reason Id from OrderIssue or SiteIssue list of GET /RejectReason endpoint.

Example request

{
  "StatusDate": "2025-05-13T13:36:05",
  "DriverComment": "Closed from API",
  "SignatureName": "John Dow",
  "RejectReasonId": 19
}

Response

Order was updated