Update a Vehicle

This API allows you to update any number of parameters of the associated trackee (vehicle).

{
    "name": "Test123",
    "groupId": "a34450f5-4eaf-11ed-b72f-252e6f2234d5",
    "deviceId": "f99b2a50-25b7-11ea-ab65-1bab96ebb640",
    "make": "12",
    "model": "12",
    "year": "2018",
    "vehicleTypeId": 1,
    "fuelTypeId": 1,
    "newMake": false,
    "customYear": "",
    "userName": null,
    "userId": null,
    "licensePlateNo": null,
    "costPerMile": "0.71",
    "fuelTankCapacity": null,
    "trackeeTagsAssociated": "",
    "trackeeTagsNames": "",
    "fuelCardNumber": null,
    "vin": null,
    "odometerReading": "0.0000",
    "currentOdometerReading": "0.0000",
    "assetno": null,
    "ownership": null,
    "bgColor": null,
    "color": null,
    "trackeeId": null,
    "initialEngineRuntime": 0,
    "engineRunTime": 0
}

📘

Sample Request

https://services.azuga.com/azuga-ws-oauth/v3/trackees/918eee85-4fbd-11ed-8850-89a4493e04e3.json

API Response explanation

FieldDescriptionData Type
generatedAtInMillisTime at which the API returns the result. The time is in milliseconds.Long
dataDisplays the ID number to which the update has been performed.String
dataDisplays the corresponding error message which occurs during API compilation.List
Language
Authorization
Header
Click Try It! to start a request and see the response here!