Centre-Centre
FlexFlow Centre to Centre
This endpoint allows you to create a new FlexFlow request for parcel delivery from one centre to another centre.
Request Body
-
pickup_origin
: Details of the pickup origin including the centre code, state code, country code, city, address, contacts, pickup note, pickup date, pickup time, and vehicle. -
destinations
: An array of destination details including centre code, state code, country code, city, address, contacts, delivery note, items, and item weight.
Response
In case of a successful request, the response will include:
-
tracking_number
: The unique tracking number for the parcel. -
status
: The status of the delivery. -
total_amount
: The total amount for the delivery. -
total_discount_amount
: The total discount amount, if any. -
total_amount_payable
: The total amount payable. -
discount_type
: The type of discount applied. -
discount_description
: Description of the discount.
In case of an error, the response will include the status code and a brief error message.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
"no-cache"
"<calculated when request is sent>"
"<calculated when request is sent>"
"<calculated when request is sent>"
"PostmanRuntime/7.39.1"
"gzip, deflate, br"
"keep-alive"
Body
Response
success
The response is of type object
.