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
200
Bulk Delivery Created
application/json
400
Validation Error
application/json
401
Unauthorized
500
Getting Estimates Failed
post
/agency/delivery/create-multiple-dropoffsCreate 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
200
Bulk deliveries created successfully
application/json
400
Validation Error
application/json
401
Unauthorized
500
Something went wrong
post
/agency/delivery/create-multi-routeLast updated
Was this helpful?