---
title: "Update driver"
method: PUT
path: "/Driver"
tags: ["Driver"]
---

# Update driver

`PUT /Driver`

## Request body

- UpdateDriver
  - `Id` string, uuid, nullable — Track-POD unique identifier
  - `Name` string, nullable — Required (*) Name
  - `Vehicle` string, nullable — Vehicle number
  - `Phone` string, nullable — Phone
  - `Username` string, nullable — Required (*) Username
  - `Password` string, nullable — Required (*) Password
  - `DepotId` string, nullable — Unique identifier in user accounting system
  - `Depot` string, nullable — Depot address
  - `HomeAddress` string, nullable — Home address
  - `Zone` string, nullable — Zone
  - `Active` boolean, nullable — Active flag
  - `Note` string, nullable — Note

## Response `202`

Driver was updated successfully

- ApiResponse — Object for all API responses, except GET (status code: 200)
  - `Status` integer, nullable — The HTTP status code for the response
  - `Title` string, nullable — A short, human-readable summary of the response
  - `Detail` string, nullable — A human-readable explanation specific to this response.

## Other responses

- `400` — One or more validation errors
- `401` — Unauthorized. Invalid X-API-KEY in the request header
- `404` — Not found. Driver not found
- `405` — Not Allowed. Invalid home address
- `415` — Unsupported Media Type. Invalid Content-Type in the request header. Must be application/json or application/xml
- `429` — Too Many Requests. Rate limit is 20 requests/sec and 400 requests/min
- `500` — Internal Server Error

---

[API](https://skmtc.net/track-pod/apis/track-pod-api.md) · [All operations](https://skmtc.net/track-pod/apis/track-pod-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/track-pod/track-pod-api/revisions/833e05afe46e/schema)
