post https://developer-api.bringg.com/services/20cfweQW/service_uuid1/service_uuid2
Update the details of a vehicle or trailer in Bringg, for example to assign a team or parking spot.
If the full payload fields are not sent, then the existing data on the vehicle profile will be maintained.
Response (Output) Params
Parameter | Description |
---|---|
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 assignedtrue 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. |
Read more about the parameters included in the Vehicle Object.