Vehicle
Contains the vehicle object and API calls to interact with it.
Vehicle object
{
"id": 222,
"tracker_id": 1,
"tracker_label": "Jimi LL301",
"label": "AGV",
"max_speed": 90,
"model": "Renault KERAX",
"type": "truck",
"subtype": "tractor",
"garage_id": 1,
"garage_organization_name": "Fleet Systems",
"trailer": "trailer1",
"manufacture_year": 2001,
"color": "some color",
"additional_info": "additional info",
"reg_number": "А001АА96",
"vin": "TMBJF25LXC6080000",
"chassis_number": "",
"frame_number": "",
"payload_weight": 32000,
"payload_height": 1.2,
"payload_length": 1.0,
"payload_width": 1.0,
"passengers": 4,
"gross_weight": null,
"fuel_type": "petrol",
"fuel_grade": "А-80",
"norm_avg_fuel_consumption": 9.0,
"fuel_tank_volume": 50,
"fuel_cost": 100.3,
"wheel_arrangement": "4x2",
"tyre_size": "255/65 R16",
"tyres_number": 4,
"liability_insurance_policy_number": "12345",
"liability_insurance_valid_till": "2020-10-15",
"free_insurance_policy_number": "",
"free_insurance_valid_till": null,
"icon_id": 55,
"avatar_file_name": null,
"tags": [1, 2]
}API actions
create
name
description
type
Example
Response
Errors
delete
Parameters
name
description
type
Examples
Response
Errors
list
name
description
type
Examples
Response
Errors
read
Parameters
name
description
type
Examples
Response
Errors
update
Parameters
name
description
type
Example
Response
Errors
batch_convert
Parameters
name
description
type
Response
Errors
Last updated
Was this helpful?