v1

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

Update current driver locations (bulk upload)

Current driver location (bulk upload)

put/orders/deliverystate/driverlocation

Request body

OrderIdstring

Just Eat order identifier

EtaAtDeliveryAddressstring date-time

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

EtaAtRestaurantstring date-time

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

TimeStampWithUtcOffsetstring date-time

This should represent the bulk delivery updated timestamp.

Example request

[
  {
    "EtaAtDeliveryAddress": "2020-12-25T16:45:28.7537228+00:00",
    "EtaAtRestaurant": "2020-12-25T16:30:28.7537228+00:00",
    "Location": {
      "Latitude": 51.51641,
      "Longitude": -0.103198,
      "Speed": 8.68,
      "Heading": 357.10382,
      "Accuracy": 12.814
    }
  }
]

Response

OK