{
"orderLocalKey": "A6",
"orderNo": "A6",
"shipmentBills": [
{
"businessId": "2080112182640144384",
"flowNo": "A22",
"shipmentNo": "17205380966",
"ctnrNo": "",
"currentStatus": {
"currentStatusCd": "ARR",
"currentStatusName": "抵达",
"currentStatusNameCn": "抵达",
"currentStatusTime": "2026-07-26T10:54",
"currentPlaceCd": "",
"currentPlace": "Paris Charles de Gaulle Airport",
"currentPlaceCn": "巴黎夏尔.戴高乐机场"
},
"noticeInfo": {
"rolledId": "",
"shipRolled": ""
},
"shipmentStatus": [
{
"id": "2080112184762462208",
"sno": 9,
"statusCd": "ARR",
"statusName": "ARRIVED",
"statusNameCn": "抵达",
"placeCd": "CDG",
"placeName": "PARIS CHARLES DE GAULLE AIRPORT",
"placeNameCn": "巴黎夏尔.戴高乐机场",
"placeType": "",
"estTime": "2026-07-26 08:00:00",
"actTime": "2026-07-26 10:54:00",
"conveyanceName": "CV0017P",
"conveyanceVoy": "",
"mot": "",
"sourceCd": "1",
"pieces": "24",
"unit": "",
"weight": "3312",
"volume": "",
"createTime": "2026-07-23 10:06:05",
"dataTime": "2026-07-23 10:06:05",
"dateUpdateTime": "2026-08-10 14:29:54",
"updateType": "ADD"
}
]
}
]
}curl --location 'https://api.trackingeyes.com' \
--header 'Content-Type: application/json' \
--data '{
"orderLocalKey": "A6",
"orderNo": "A6",
"shipmentBills": [
{
"businessId": "2080112182640144384",
"flowNo": "A22",
"shipmentNo": "17205380966",
"ctnrNo": "",
"currentStatus": {
"currentStatusCd": "ARR",
"currentStatusName": "抵达",
"currentStatusNameCn": "抵达",
"currentStatusTime": "2026-07-26T10:54",
"currentPlaceCd": "",
"currentPlace": "Paris Charles de Gaulle Airport",
"currentPlaceCn": "巴黎夏尔.戴高乐机场"
},
"noticeInfo": {
"rolledId": "",
"shipRolled": ""
},
"shipmentStatus": [
{
"id": "2080112184762462208",
"sno": 9,
"statusCd": "ARR",
"statusName": "ARRIVED",
"statusNameCn": "抵达",
"placeCd": "CDG",
"placeName": "PARIS CHARLES DE GAULLE AIRPORT",
"placeNameCn": "巴黎夏尔.戴高乐机场",
"placeType": "",
"estTime": "2026-07-26 08:00:00",
"actTime": "2026-07-26 10:54:00",
"conveyanceName": "CV0017P",
"conveyanceVoy": "",
"mot": "",
"sourceCd": "1",
"pieces": "24",
"unit": "",
"weight": "3312",
"volume": "",
"createTime": "2026-07-23 10:06:05",
"dataTime": "2026-07-23 10:06:05",
"dateUpdateTime": "2026-08-10 14:29:54",
"updateType": "ADD"
}
]
}
]
}'{
"type": "success",
"code": "200",
"codeDesc": "success",
"message": ""
}