GuidesAPI Reference
Log In
API Reference

Create Parking Spot

Use this endpoint to create a parking spot in Bringg and associate it with a specified team and address.

Body Params
string
required

The address of the parking spot. Required if lat and lng are null.

string

Your external system's ID for the parking spot.

double
required

The geographical latitude of this parking spot. Required to run route optimization.

double
required

The geographical longitude of this parking spot. Required to run route optimization.

string

The parking spot display name in Bringg.

string

Your external system's ID for the associated team. Required if team_id is not included.

int32

Bringg's ID for the associated team. Required if team_external_id is null.

Response

Language
Response
Choose an example:
application/json