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