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
Parameter | Description |
---|---|
success | Indicates whether the service completed successfully.
|
message | If an error occurred, a message indicating the error is included. |
rc | If an error occurred, the return code is included. |
available | Specifies if this vehicle is available to be assigned to a route. |
color | The color of the vehicle. |
company_id | When using subcontracted drivers as your own fleet, specify Bringg's ID for the contracted organization. |
default_parking_spot_id | Bringg's ID for the parking spot associated with this vehicle. |
external_id | Your external system's ID for the vehicle. |
id | Bringg's ID for the vehicle. |
is_trailer | Indicates whether this vehicle is a trailer. |
license_plate | The vehicle's license plate number. |
merchant_id | The ID of the merchant to which the vehicle belongs. |
model | The vehicle's type or other identifying features. |
name | Your custom identifier for the vehicle. |
skills | An array of vehicle capabilities. |
team_id | Bringg's ID for the team associated with this vehicle. |
trailer | Vehicle object if a trailer is associated with this vehicle. |
truck_id | Bringg's ID for a trailer towed by this vehicle. |
user_id | Bringg's ID for the driver associated with this vehicle. |
vehicle_type_id | Bringg's ID for the vehicle profile. |