Vehicles
This api is used to sync vehicles with WorkorderApp. Each vehicle record can contain the following data:
veh_license_plate
Unique license plate
Y
Varchar (255)
veh_title
Title of the vehicle
Y
Varchar (255)
veh_brand
Brand of the vehicle
N
Varchar (255)
veh_model
Model of the vehicle
N
Varchar (255)
veh_type
Type of the vehicle.
N
Varchar (255)
veh_image
Url of the image . POST: An external url should be provided. GET: You will receive a workorderapp url.
Y
veh_driver
Driver of the vehicle. This us a reference to the employee number
N
Varchar (255)
veh_driving
Indication if the vehicle is driving. When the value is set to 1 it will be shown in the planbord.
N
Integer (11)
veh_active
Indication if the vehicle is active
N
Integer (11)
{{client_token}}{{software_token}}Response_200
No content
GET /vehicles/ HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
Response_200
No content
This api is used to sync vehicles with WorkorderApp. Each vehicle record can contain the following data:
veh_license_plate
Unique license plate
Y
Varchar (255)
veh_title
Title of the vehicle
Y
Varchar (255)
veh_brand
Brand of the vehicle
N
Varchar (255)
veh_model
Model of the vehicle
N
Varchar (255)
veh_type
Type of the vehicle.
N
Varchar (255)
veh_image
Url of the image . POST: An external url should be provided. GET: You will receive a workorderapp url.
Y
veh_driver
Driver of the vehicle. This us a reference to the employee number
N
Varchar (255)
veh_driving
Indication if the vehicle is driving. When the value is set to 1 it will be shown in the planbord.
N
Integer (11)
veh_active
Indication if the vehicle is active
N
Integer (11)
{{client_token}}{{software_token}}Response_200
No content
POST /vehicles/ HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
Response_200
No content
Last updated
Was this helpful?
