Create Team

Create a Team

The Create Team endpoint creates a new team entity.

📘

What is Team?

Optionally, if hierarchy exists in your organization, drivers can be separated to teams. When using this method, tasks can also be assigned to teams - which then helps the dispatcher to allocate the task to the right team member.

curl --include \
     --request POST \
     --header "Content-Type: application/json" \
     --data-binary "{ \"company_id\": 1, \"name\": \"Team A2\", \"description\": \"NY Only\", \"parent_team_id\": 124, \"timestamp\":\"1414421210832\", \"access_token\":\"K2Pxkwvx6-3PtW44zvEV\", \"signature\":\"db00061fa75f869c968f72d48449e457ae06959a\"}" \
https://api.bringg.com/partner_api/teams/
Language