API Reference

Create Parking Spot

Use this endpoint to create a parking spot in Bringg and associate it with a specified team and address. Parking spots can also serve as a route waypoint, so routes and individual orders can begin or end at the parking spot's precise location.

You can then associate the parking spot with a vehicle by sending a Create or Update Vehicle request, including your external_id or Bringg's idfor the new parking spot as the value for default_parking_spot_id.

Read more about the parameters included in the Parking Spot Object.

Response (Output) Params
ParameterDescription
created_at
datetime
The date and time this entity was created.
id
int32
Bringg's ID for this entity.
updated_at
datetime
The time and date when this entity was last updated.


Language