Agency Delivery

Create Bulk Delivery Request from one location to multiple drop off locations

post
/agency/delivery/create-multiple-dropoffs

This endpoint is used by the agency to create a bulk delivery request internally from one locaton, mostly the agency/warehouse location to multiple drop off locations. It is not meant for external use.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body

Request body schema for agencies to bulk create deliveries

sender_namestringRequired
sender_numberstringRequired
sender_emailstringRequired
delivery_datenumberRequired
Responses
post
/agency/delivery/create-multiple-dropoffs

Create Multiple Bulk Delivery Request from different pick up and dropoff

post
/agency/delivery/create-multi-route

Create multiple deliveries with both pickup and dropoff info (used by agency)

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
delivery_dateinteger · int64Required
Responses
post
/agency/delivery/create-multi-route

Last updated

Was this helpful?