Create Preset Route Identifier

Assign a title and other details to your routes in Bringg. You can use these details to align Bringg’s route planning with your fulfillment operations. For example, use a title that represents a specific loading bay in your warehouse, indicating where the items for a route should be staged.

This API supports a single record per call. A title is required and must be unique per team.

OUTPUT PARAMS

success

boolean

Indicates whether the service completed successfully.

  • false - the service failed.
  • true - the service succeeded.

rc

Int32

If an error occurred, the return code.

message

string

If an error occurred, a message indicating the error.

id

Int32

The unique ID of this new preset route identifier.

external_id

string

Your ID for the preset route identifier record.

title

string

The route title appears in the Bringg UI.

team_id

Int32

Bringg’s ID for the team.

external_team_it

string

Your ID for the team.

priority

Int32

Indicates the hierarchy among your preset route identifiers. The preset route identifier with the highest priority receives the route scheduled to leave first.

Language