v1

latestOpenAPI 3.0.42026-08-067441330.9 KB
Driver

Update driver

put/Driver

Request body

Idstring uuid nullable

Track-POD unique identifier

Namestring nullable

Required (*)

Name

Vehiclestring nullable

Vehicle number

Phonestring nullable

Phone

Usernamestring nullable

Required (*)

Username

Passwordstring nullable

Required (*)

Password

DepotIdstring nullable

Unique identifier in user accounting system

Depotstring nullable

Depot address

HomeAddressstring nullable

Home address

Zonestring nullable

Zone

Activeboolean nullable

Active flag

Notestring nullable

Note

Example request

{
  "Id": "00000000-0000-0000-0000-000000000000",
  "Name": "John Doe",
  "Vehicle": "NYC 1898",
  "Phone": "+1-XXX-456-7890",
  "Username": "john",
  "DepotId": "1",
  "Depot": "9 Riverside, Salford M7 1PA ",
  "HomeAddress": "2 St Josephs Crescent, Liverpool L3 3JF",
  "Zone": "South",
  "Active": true,
  "Note": "My favourite driver"
}

Response

Driver was updated successfully

Statusinteger nullable

The HTTP status code for the response

Titlestring nullable

A short, human-readable summary of the response

Detailstring nullable

A human-readable explanation specific to this response.