Add a new vehicle

This api will add new vehicle to the system.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

RequestBody to create the vehicle.

string
required
length ≤ 35

A human-readble name for the vehicle being created or updated. This name helps with easy identification and reference within the system

integer
enum
required

Represents the type of Vehicle using a unique ID. Vehicle Categories and Corresponding IDs: 1 - Car, 2 - Heavy Trucks, 3 - School Bus, 4 - Coach Bus, 5 - Limousines, 6 - Van, 7 - Car(Sedan), 8 - Car(Hatchback), 9 - Car(LUV), 10- Car(MUV), 11 - Car(SUV) , 12 - Bus CAR, 13 - Pickup/Light Trucks, 14 - Sprinter, 15 - Hearse, 16 - Wheel Lift, 17 -Wrecker, 18 - Flat Bed, 19 - Transport Vehicle, 20 - Roadside Assistance

string
enum

Indicates the ownership status of the vehicle. Following values are accepted : Company: The vehicle is owned by the company/organization. Employee: The vehicle is owned by an individual employee. Leased: The vehicle is leased by the company/organization. Rental: The vehicle is rented by the company/organization

Allowed:
string

Asset number associated with the vehicle

uuid
required

The unique Azuga ID of the Device.This is automatically generated when the Device object is created and cannot be altered

uuid

The unique Azuga ID of the Safety Camera.This is automatically generated when the Safety Camera object is created and cannot be altered

string
required

Indicates the manufacturer of the vehicle

string
required

Indicates the particular model of the vehicle

int32
required

Indicates the year the vehicle was manufactured

string
length between 3 and 30

License plate number of the vehicle.

string
length between 17 and 20

Vehicle Identification Number for the vehicle being created or updated. The VIN is a unique 17 to 20 character code that identifies a specific vehicle

double
required

The cost incurred for each km driven by the vehicle. This information is crucial for calculating expenses, tracking costs, and making informed decisions about vehicle usage. Default Currency value accepted is $

uuid

The unique Azuga ID of the Drvier.This is automatically generated when the Driver object is created and cannot be altered

uuid
required

The unique Azuga ID of the Group.This is automatically generated when the Group object is created and cannot be altered

integer
enum
required

Indicates the type of fuel used by the vehicle. Use the corresponding integer value to indicate the fue type : 1 = Gasoline, 2 = Diesel, 3 = Propane, 4 = Hybrid, 5 = LPG, 6 = CNG, 7 = LNG

Allowed:
double

The volume or the maximum capacity of the vehicles fuel tank in litres

date

Date time of the vehicle's next scheduled service

string

Icon name for the icon associated with the vehicle

string

Tags associated with the vehicle, separated by commas.

int32

The weight of the vehicle in kilograms

date

The expiration date of the vehicle's insurance policy in YYYY-MM-DD format

date

The date the vehicle was officially registered with the relevant licensing authority in YYYY-MM-DD format

date

Emission date of the vehicle in YYYY-MM-DD format

date

The expiration date of the vehicle's road tax payment YYYY-MM-DD format

date

The expiration date of the vehicle's safety tags in YYYY-MM-DD formtat

date

The expiration date of any required permits for the vehicle (e.g., commercial permits, special transportation permits) in YYYY-MM-DD format

date

The expiration date of the vehicle's RTSI (Road Transport Safety Inspection) documents in YYYY-MM-DD format

date

The expiration or next inspection date of the vehicle's fire extinguisher in YYYY-MM-DD format

string
length ≤ 200

Represents the timestamp of the last recorded change to the vehicle's mileage in ms

string

Hex color code representing vehicle text color on the live map

string

Hex color code representing vehicle card background color on the live map

boolean
enum

Value that indicates whether the vehicle is equipped with a first aid kit. true : The vehicle is equipped with a first aid kit , false: The vehicle is not equipped with a first aid kit

Allowed:
string

Tag number associated with the toll device

string

If applicable, please provide any relevant WEX integration reference details

customFields
array of objects

JSON object to store any additional custom information while creating a vehicle. This can include any key-value pairs needed for specific requirements. The structure can be flexible and defined as per your needs.

customFields
enum

Shows if the vehicle is statically paired to the same safety camera. If true - Stays paired and doesn’t need to be set up again each time. false - Dosent stay paired with the same safety camera. (default:false)

Allowed:
string

Fuel Card number linked to the associated vehicle

number

Indicates the vehicle's odometer value. This should reflect the total accumulated distance the vehicle has traveled, expressed in kms

number

Indicates the vehicle's current odometer value. This should reflect the most recent distance reading, expressed in kms

number

The initial or starting engine runtime, representing the accumulated time the engine has operated before the current tracking period in seconds format

boolean
enum

Azuga Odometer detection support provided to the associated vehicle

Allowed:
number

The current or accumulated engine runtime, representing the total time the engine has operated in seconds format

Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json