Vehicles
Get Vehicles
GET
https://api.binity.io/v1/companies/:uuid/vehicles
Get all vehicles of that specific company.
Headers
Authorization
string
Bearer Token
Create Vehicle
POST
https://api.binity.io/v1/companies/:uuid/vehicles
Create a new vehicle.
Headers
Authorization
string
Bearer Token
Request Body
name
string
The name of this vehicle.
license_plate
string
The license plate of this vehicle.
manufacturer
string
Can be one of: 'caterpillar', 'crown', 'faun', 'fuchs', 'hitachi', 'hs_fahrzeugbau', 'jungheinrich', 'komatsu', 'liebherr', 'linde', 'meiller', 'sennebogen', 'still', 'terberg', 'toyota', 'volvo', 'wüllhorst', 'zöller' or 'other'.
load_capacity
number
Load capacity.
container_capacity
number
Container capacity.
project_uuid
string
The project this vehicle should be part of.
Get Vehicle
GET
https://api.binity.io/v1/companies/:uuid/vehicles/:vehicle_uuid
Get data of a single vehicle.
Headers
Authorization
string
Bearer Token
Update Vehicle
PATCH
https://api.binity.io/v1/companies/:uuid/vehicles/:vehicle_uuid
Update data of a single vehicle.
Headers
Authorization
string
Bearer Token
Delete Vehicle
DELETE
https://api.binity.io/v1/companies/:uuid/vehicles/:vehicle_uuid
Delete a single vehicle.
Headers
Authorization
string
Bearer Token
Last updated
Was this helpful?