[go: up one dir, main page]

0% found this document useful (0 votes)
44 views4 pages

AWB Status Update API Instructions

The document provides API instructions for integrating AWB transaction status updates via a RESTful interface. It outlines the structure of requests, the expected JSON data format, and various status codes for tracking shipments. Additionally, it specifies a transaction push limit of 100 every half hour, adjustable based on booking volume.

Uploaded by

Piyush Pal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
44 views4 pages

AWB Status Update API Instructions

The document provides API instructions for integrating AWB transaction status updates via a RESTful interface. It outlines the structure of requests, the expected JSON data format, and various status codes for tracking shipments. Additionally, it specifies a transaction push limit of 100 every half hour, adjustable based on booking volume.

Uploaded by

Piyush Pal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

API Instructions for AWB Transaction Status - AUTO PUSHING

FRANCH EXPRESS COURIER PVT LTD


API Instructions for
AWB Transaction Status Update
(Tracking) AUTO PUSH

CIS Technologies 1
API Instructions for AWB Transaction Status - AUTO PUSHING

1. Overview
Integrate our platform with your favorite application using your restful API.
All your API requests follow REST rules in terms of resource naming
convention, use HTTP method as action description.

2. Requests / Post
All requests to the API must be made via HTTP / HTTPS. The Web API is
completely RESTful.

3. URL
Your API url has some specific structure to make it easy to use, this
structure will help us to identify the action and format that you expect
without any additional parameter, the response will be in the JSON format
only.

CIS Technologies 2
API Instructions for AWB Transaction Status - AUTO PUSHING

4. Data Structure
Every post has one (or) more AWB transaction details in JSON array format

4.1 STRUCTURE

{
"apiData": [
{
"awbno": "97033637960",
"trans_dtm": "2024-03-11 [Link]",
"trans_for": "Processed & Forwarded to HUB",
"trans_from": "TNMOD-MODICARE PVT LTD",
"trans_to": "TNMAA-Chennai Guindy hub",
"delv_staff": "",
"status_code": "INT"
},
{
"awbno": "97033637960",
"trans_dtm": "2024-03-11 [Link]",
"trans_for": "Processed & Forwarded to HUB",
"trans_from": "TNMAA-Chennai Guindy hub",
"trans_to": "TNTEN- Theni",
"delv_staff": "",
"status_code": "INT"
},
{
"awbno": "97033637960",
"trans_dtm": "2024-03-11 [Link]",
"trans_for": "Out for Delivery",
"trans_from": "TNPRK-PERIYAKULAM",
"trans_to": "PERIYAKULAM",
"delv_staff": "PRK - 8667507980",
"status_code": "DRS"
}
]
}

CIS Technologies 3
API Instructions for AWB Transaction Status - AUTO PUSHING

4.2 Various Status Code

1. BK - Booked
2. INT - In Transit
3. DRS - Out for Delivery
4. DLV - Delivered
5. UD - Un Delivered
6. RTO - Return to Origin

5. LIMIT & TIMING

We push 100 Transaction on every ½ Hours. The limit will be increased (or)
decreased based on your booking count.

CIS Technologies 4

You might also like