Bringg sends orders with addresses in a certain service area to the team(s) assigned to that area.
For multiple teams assigned to the same service area, orders are sent first to the team with the highest priority. Also known as create_team_service_area
.
Response (Output) Params
Parameter | Description |
---|---|
success | Indicates whether the service completed successfully.
|
message | If an error occurred, a message indicating the error is included. |
rc | If an error occurred, the return code is included. |
effective_start_time | The date and time of when the team begins to serve this area. This is in UTC and is in the format is " %Y-%m-%dT%H:%M:%S%z". |
effective_end_time | The date and time of when the team stops to serve this area. This is in UTC and is in the format is " %Y-%m-%dT%H:%M:%S%z". |
id | Bringg's unique ID for the team and service area coupling. |
priority | Indicates which team receives orders first when multiple teams serve the same area. If not supplied, order assignment is done by the sequence of the team array. |
service_area_id | Bringg's ID for the service area. |
team_id | Bringg's ID for the team |