v1

latestOpenAPI 3.0.02026-07-1398671635.1 KB
Order Delivery API
publicly-accessible

Update order with driver at restaurant details

The at restaurant callback should be sent when the driver arrives at the restaurant and is ready to collect the order.

put/orders/{orderId}/deliverystate/atrestaurant

Path parameters

orderIdstring required

Just Eat order identifier

Request body

EtaAtDeliveryAddressstring date-time

This should represent the delivery partner's best guess at when the driver will arrive at the delivery address.

TimeStampWithUtcOffsetstring date-time

This should represent the Eta calculated timestamp.

Example request

{
  "EtaAtDeliveryAddress": "2018-03-10T15:45:28.7537228+00:00",
  "Location": {
    "Latitude": 51.51641,
    "Longitude": -0.103198,
    "Speed": 8.68,
    "Heading": 357.10382,
    "Accuracy": 12.814
  },
  "TimeStampWithUtcOffset": "2018-03-10T14:45:28.7537228+00:00"
}

Response

OK