v1

latestOpenAPI 3.0.3Apache 2.02026-07-2478177179.1 KB
Order

Grubtech will mark the order as prepared using this endpoint. This payload will consist of all the final amendments made for this order.

post/orders/{id}/prepared

Path parameters

idstring required

Order ID provided by the aggregator platform.

Request body

preparedAtstring required

The time at which the order was prepared is represented in ISO 8601 format.

Example request

{
  "preparedAt": "2020-08-02T09:23:54.723Z"
}

Response

No Content