intral-city
This endpoint allows you to create a new CitySwiift (intral city) parcel delivery order. The request should be sent as an HTTP POST to /parcel/intral/intral-city.
Request Body
The request should include a JSON payload with the following structure:
-
pickup_origin
: Details of the pickup location including region, city, state code, country code, and contact information. -
destinations
: An array containing details of the delivery destinations including region, formatted address, city, neighborhood, ward, local, state, state code, country, country code, postal code, and contact information.
Response
The response will be in JSON format and will include the following fields:
-
status
: Indicates the status of the request (true/false). -
message
: Additional information or error message. -
data
: Contains the details of the created parcel order including tracking number, status, total amount, total discount amount, total amount payable, discount type, and discount description.
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
.