---
title: "upload tracking history"
method: POST
path: "/tracking/enrouteDriver"
tags: ["tracking"]
---

# upload tracking history

`POST /tracking/enrouteDriver`

## Headers

- `authorization` string, required
- `content-language` string, required

## Request body

- Model76
  - `bookingID` string, required — Booking ID to track
  - `customerID` string, required — Customer ID that belongs to booking
  - `driverID` string, required — driver to be tracked
  - `driverName` string, required — Name of the driver
  - `routes` Model75[]
    - `latitude` number, required
    - `longitude` number, required
    - `accuracy` number, required

## Response `default`

Successful

---

[API](https://skmtc.net/pickerexpress/apis/picker-production-documentation.md) · [All operations](https://skmtc.net/pickerexpress/apis/picker-production-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pickerexpress/picker-production-documentation/versions/ecdb0aa8c487/schema)
