Parameter:
Field Name | Description | Data Type | Max. Length |
AWB | AWB number to check | String | 12 |
Response Definition:
Field | Data Type | Mandatory | Description |
awb | String | Y | Airwaybill Number |
delivery_to | String | Y | Consignee Name |
received_by | String | Y | Received by |
delivery_loc | String | Y | Delivery City Name |
delivery_date | String | Y | Delivery Date |
delivery_time | String | Y | Delivery Time |
eta | String | Y | Estimated Time Arrival |
loc_desc | String | Y | Location Description |
tracking_id | String | Y | Tracking Status ID |
tracking_desc | String | Y | Tracking Description |
location | String | Y | Station Description (RPX Station) |
tracking_date | String | Y | Tracking Date |
tracking_time | String | Y | Tracking Time |
image_signature | String | Y | Image Signature |
image_foto | String | Y | Image of Package |
latitude | String | Y | Latitude |
longtitude | String | Y | Longtitude |
Response Success:
{
"err": false,
"msg": " Data Found",
"data": {
"shipment": {
"awb": 700001283995,
"delivery_to": "test",
"received_by": null,
"delivery_loc": "RPX Pal Batu",
"delivery_date": null,
"delivery_time": null,
"eta": "",
"loc_desc": null
},
"tracking": [
{
"tracking_id": "WPU",
"tracking_desc": "Shipping Manifest Accepted and Waiting For Pickup",
"location": "NA",
"tracking_date": "Feb 03, 2023",
"tracking_time": "02:30 PM"
}
],
"detail_pod": {
"image_signature": " http://static.rpx.co.id/superapps/2023/2/superapps-778296489.jpeg",
"image_foto": " http://static.rpx.co.id/superapps/2023/2/superapps-778296489.jpeg",
"latitude": "",
"longtitude": ""
}
},
"status_code": 200
}
Error Response Code:
Response | Code |
Request Not Processed | 422 |
{
"err": true,
"msg": "Signature verification failed",
"data": [],
"status_code": 401
}