Create Vehicle

Use to create a vehicle or trailer in Bringg.

Use this endpoint to create vehicles in Bringg and optionally associate them with a specified team, company, user, and parking spot. Each new vehicle must include a license_plate number and vehicle profile (vehicle_type).

Read more about the parameters included in the Vehicle object.

Response (Output) Params
ParameterDescription
id
int32
Bringg's ID for the vehicle.
available
boolean
Specifies if this vehicle is available to be assigned to a route.
Possible values:
false or 0 - the vehicle is not available to be assigned
true or 1 - the vehicle is available to be assigned
trailer
object
An object containing details about another vehicle attached as a trailer to this vehicle. The trailer object is identical to the vehicle object.
Returns null when there is no trailer attached.
user_id
string
Bringg's ID for the driver associated with this vehicle.


Language