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 id for 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
success
boolean
Indicates whether the service completed successfully.
  • false - the service failed.
  • true - the service succeeded
message
string
If an error occurred, a message indicating the error is included.
rc
integer
If an error occurred, the return code is included.
address
string
The address of the parking spot.
id
int64
Bringg's ID for this parking spot.
external_id
int64
Your external system's ID for this parking spot.
lat
float
The geographical latitude of this parking spot.
lng
float
The geographical longitude of this parking spot.
name
string
The parking spot display name in Bringg.
team_external_id
string
Your external system's ID for the associated team.
team_id
string
Bringg's ID for the associated team.
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
LoadingLoading…
Response
Choose an example:
application/json