Update Planned Route IdentifierCopy Pagepatch https://developer-api.bringg.com/services/uprtm29l/{service_uuid1}/{service_uuid2}Update an existing preset route identifier. This API supports a single record per call.Body Paramsidint32requiredBringg internal ID of the preset route identifier record. Required if no external_id, can not be updated.external_idstringrequiredYour ID for the preset route identifier record. Must be unique per merchant. Cannot be updated if used as the entity’s unique ID.external_team_idstringYour ID for the team. You must include either team_id or external_team_id.priorityint32Indicates the hierarchy among your route identifiers. The route identifier with the highest priority receives the route scheduled to leave first.team_idint32Bringg’s ID for the team. You must include either team_id or external_team_id. If both are included, team_id is the default over external_team_id.titlestringThe title appears in the Bringg UI (ex. Route Name column). Must be unique per team.Responses 200200 400400Updated 9 months ago