v1

latestOpenAPI 3.0.0Proprietary2026-08-06130577659.7 KB
Tracking|Vehicle

Create/Update vehicles.

This method can be used to create or update vehicles.

An attempt is undertaken to locate an existing vehicle utilizing the selected identifier. If one is found, it will be adjusted. Otherwise a new vehicle will be created. For example, this endpoint allows you to change the name of the vehicle or the name of the driver.

post/tracker/upsert

Request body

dryRunboolean

Simulate the operation. (No records will be created or changed) This Parameter is optional.

Example request

{
  "records": [
    {
      "data": {
        "manufacturingDate": "2015-02-20T12:59:21+01:00",
        "usageStartDate": "2015-02-20"
      }
    }
  ]
}

Response

Success Response: