Managing Vehicles and Service Works
Vehicle Creation
Example
curl -X POST 'https://api.eu.navixy.com/v2/vehicle/create' \
-H 'Content-Type: application/json' \
-d '{
"hash": "a6aa75587e5c59c32d347da438505fc3",
"vehicle": {
"additional_info": "January 2021",
"avatar_file_name": null,
"chassis_number": "",
"color": "Blue",
"frame_number": "",
"free_insurance_policy_number": "",
"free_insurance_valid_till": null,
"fuel_cost": 4,
"fuel_grade": "",
"fuel_tank_volume": 80,
"fuel_type": "diesel",
"garage_id": null,
"gross_weight": null,
"icon_color": "1E96DC",
"icon_id": null,
"label": "Ford 53196",
"liability_insurance_policy_number": "54687965555er2152",
"liability_insurance_valid_till": "2022-01-12",
"manufacture_year": 2019,
"max_speed": 100,
"model": "Transit",
"norm_avg_fuel_consumption": 8.3,
"passengers": 3,
"payload_height": 2550,
"payload_length": 5531,
"payload_weight": 1529,
"payload_width": 2059,
"reg_number": "A53196BC",
"subtype": "minivan",
"tags": [],
"tracker_id": 841400,
"trailer": null,
"type": "truck",
"tyre_size": "R15",
"tyres_number": 4,
"vin": "XTA235KM35698512",
"wheel_arrangement": "4x2"
}
}'Service Work Creation
Example
Oil Change
Brakes Replacement
Last updated
Was this helpful?