Orders

post/api/v1.0/orders/{id}/accept

Path parameters

idinteger required

Request body

EstimatedMinutesForDeliveryinteger nullable

Estimated minutes for delivery

Example request

{
  "EstimatedMinutesForDelivery": 45
}

Response

The order is successfully accepted.

Changes

No recorded changes to this endpoint across all 4 revisions of this API.