Airwaybill Tracking
Endpoint
| Endpoint | Method |
Authentication |
| http://apiv2.jne.co.id:10102/tracing/api/list/v1/cnote/{AWB_VALUE} | POST | no (test) |
Authentication
| Type |
Token source |
Server |
Header
| Parameter |
Value |
| Content-Type | application/x-www-form-urlencoded |
| Accept | application/json |
Body Request
{
"username": "TESTAPI",
"api_key": "25c898a9faea1a100859ecd9ef674548"
}
| Parameter | Description |
|---|---|
| username | CUST_USERNAME |
| api_key | CUST_APIKEY |
NOTES
Replace {AWB_VALUE} with corresponding AWB
example:
http://apiv2.jne.co.id:10102/tracing/api/list/v1/cnote/5403212200022724
Result example
200 OK
{
"cnote": {
"cnote_no": "5403212200022724",
"reference_number": null,
"cnote_origin": "TGR10000",
"cnote_destination": "AMI20508",
"cnote_services_code": "REG",
"servicetype": "REG19",
"cnote_cust_no": "80519800",
"cnote_date": "2022-01-09T01:26:16.000+07:00",
"cnote_pod_receiver": "A YANI",
"cnote_receiver_name": "AHMAD YANI YANI",
"city_name": "MOYOHULU,SUMBAWABESAR",
"cnote_pod_date": "2022-01-11T10:32:00.000+07:00",
"pod_status": "DELIVERED",
"last_status": "DELIVERED TO [A YANI | 11-01-2022 10:32 | SUMBAWA BESAR ]",
"cust_type": "999",
"cnote_amount": "55000",
"cnote_weight": "1",
"pod_code": "D01",
"keterangan": "YANG BERSANGKUTAN",
"cnote_goods_descr": "-",
"freight_charge": "55000",
"shippingcost": "55000",
"insuranceamount": "0",
"priceperkg": "55000",
"signature": null,
"photo": null,
"long": null,
"lat": null,
"estimate_delivery": " Days"
},
"detail": [
{
"cnote_no": "5403212200022724",
"cnote_date": "09-01-2022 01:26",
"cnote_weight": "1",
"cnote_origin": "TANGERANG",
"cnote_shipper_name": "LEVI.CO.ID - LEVI'S OFFICI",
"cnote_shipper_addr1": "TAMAN TEKNO BSD BLOK D2TANGERA",
"cnote_shipper_addr2": "NG SELATAN, SETU, SETU",
"cnote_shipper_addr3": null,
"cnote_shipper_city": "TANGERANG",
"cnote_receiver_name": "AHMAD YANI YANI",
"cnote_receiver_addr1": "SUMBAWA, MOYO HULU",
"cnote_receiver_addr2": null,
"cnote_receiver_addr3": null,
"cnote_receiver_city": "MOYOHULU,SUMBAWABESA"
}
],
"history": [
{
"date": "09-01-2022 01:18",
"desc": "RECEIVED AT SORTING CENTER [TANGERANG]",
"code": "OP1"
},
{
"date": "09-01-2022 01:26",
"desc": "SHIPMENT RECEIVED BY JNE COUNTER OFFICER AT [TANGERANG]",
"code": "RC1"
},
{
"date": "09-01-2022 04:08",
"desc": "PROCESSED AT SORTING CENTER [TANGERANG, OTB LEGUTI]",
"code": "OP2"
},
{
"date": "09-01-2022 12:35",
"desc": "DEPARTED FROM TRANSIT [GATEWAY , JAKARTA]",
"code": "TP4"
},
{
"date": "10-01-2022 11:14",
"desc": "RECEIVED AT WAREHOUSE [JL AMIR HAMZAH 102 (INBOUND)]",
"code": "IP1"
},
{
"date": "11-01-2022 08:19",
"desc": "WITH DELIVERY COURIER [MATARAM]",
"code": "IP3"
},
{
"date": "11-01-2022 10:32",
"desc": "DELIVERED TO [A YANI | 11-01-2022 10:32 | SUMBAWA BESAR ]",
"code": "D01"
}
]
}
Error example
200 OK
AWB not found
{
"error": "Cnote No. Not Found.",
"status": false
}
No Comments