routes
Methods
Adds a route | POST /api/v1/companies/{company_id}/routes |
Deletes route | DELETE /api/v1/companies/{company_id}/routes/{route_id} |
Edits multiple routes | POST /api/v1/companies/{company_id}/routes-batch |
Edits route | PATCH /api/v1/companies/{company_id}/routes/{route_id} |
Gets multiple routes | GET /api/v1/companies/{company_id}/routes |
Gets order sequence | GET /api/v1/companies/{company_id}/routes/{route_id}/order-sequence |
Gets route | GET /api/v1/companies/{company_id}/routes/{route_id} |
Sets route nodes and their sequence in the route | POST /api/v1/companies/{company_id}/routes/{route_id}/nodes |
Sets the order of deliveries in the route | POST /api/v1/companies/{company_id}/routes/{route_id}/order-sequence |
Adds a route | POST /api/v1/companies/{company_id}/routes |
Deletes route | DELETE /api/v1/companies/{company_id}/routes/{route_id} |
Edits multiple routes | POST /api/v1/companies/{company_id}/routes-batch |
Edits route | PATCH /api/v1/companies/{company_id}/routes/{route_id} |
Gets multiple routes | GET /api/v1/companies/{company_id}/routes |
Gets order sequence | GET /api/v1/companies/{company_id}/routes/{route_id}/order-sequence |
Gets route | GET /api/v1/companies/{company_id}/routes/{route_id} |
Sets route nodes and their sequence in the route | POST /api/v1/companies/{company_id}/routes/{route_id}/nodes |
Sets the order of deliveries in the route | POST /api/v1/companies/{company_id}/routes/{route_id}/order-sequence |