v1
latestOpenAPI 3.0.02026-07-1398671635.1 KBOrder 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
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