---
title: "Update current driver locations (bulk upload)"
method: PUT
path: "/orders/deliverystate/driverlocation"
tags: ["Order Delivery API", "publicly-accessible"]
---

# Update current driver locations (bulk upload)

`PUT /orders/deliverystate/driverlocation`

Current driver location (bulk upload)

## Request body

- BulkDeliveryDetails[]
  - `OrderId` string — Just Eat order identifier
  - `EtaAtDeliveryAddress` string, date-time — This should represent the delivery partner's best guess at when the driver will arrive at the delivery address.
  - `EtaAtRestaurant` string, date-time — This should represent the delivery partner's best guess at when the driver will arrive at the restaurant.
  - `Location` Location — GeoLocation object containing latitude and longitude values.
    - `Latitude` number, double, required — This should represent the latitude of the driver's location.
    - `Longitude` number, double, required — This should represent the longitude of the driver's location.
    - `Speed` number, double — This should represent the travel speed of the driver.
    - `Heading` number, double — This should represent the degree of heading direction, for example, 0 is north, 90 is east.
    - `Accuracy` number, double — This should represent the accuracy of driver's location.
  - `TimeStampWithUtcOffset` string, date-time — This should represent the bulk delivery updated timestamp.

## Response `200`

OK

---

[API](https://skmtc.net/just-eat/apis/just-eat-api.md) · [All operations](https://skmtc.net/just-eat/apis/just-eat-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/just-eat/just-eat-api/versions/4b25c7d97a53/schema)
