GuidesAPI Reference
Log In
API Reference

Update Parking Spot

Update a parking spot using either the ID created by Bringg or your external ID.

Body Params
int32

Bringg's ID for this entity. Required if external_id is not included.

string

Your external system's ID for this entity.

string
required

The parking spot display name in Bringg.

string

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

double

The geographical latitude of this parking spot. Required if address is null.

double

The geographical longitude of this parking spot. Required if address is null.

string

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

int32

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

Response

Language
LoadingLoading…
Response
Choose an example:
application/json