Data Push Webhook
POST
When there are changes in the dynamics, the customer interface will be called to push the latest dynamics to the customer.
请求参数
Cloud waybill keywords
Delivery note number
Order number
Customer Local Keywords
Subscription number
Subscription box number
Bill of lading number
Booking number
Box number
Trackingeyes Shipowner Code
Shipowner abbreviation
Port of departure vessel name
Port of departure voyage
Delivery location code
Name of receiving location
Port of origin code
Port of origin name
Destination Port Code
Destination Port Name
Delivery location code
Delivery location name
Port opening date
Deadline
Actual departure time
Expected departure time from the port of departure
Estimated time of arrival at the destination port
Actual time of arrival at port of destination
The first estimated time of arrival obtained after departure
Estimated arrival time of delivery
Actual arrival time of delivery
Unloading time
Has it ended
End state, null value ''=not ended, E=normal end, EF=forced end
End time
Data update time
Chinese description of tracking status, tracking in progress, tracking ended, tracking failed
Tracking status, T=Tracking in progress, E=Tracking ended, F=Tracking failed
Abnormal remarks
Abnormal state, T=prompt, E=error, null value
Waybill subscription time
Data status, Y=with data, B=shipowner without data, null value
Array of voyage data nodes
Voyage Number
Port of origin code
The English name of the port of origin
Chinese name of the port of origin
Discharge Port Code
The English name of the discharge port
Chinese name of discharge port
English ship name
Voyage number
Estimated departure time
Actual departure time
Estimated arrival time
Actual arrival time
Box information array
Box number
Lead seal number
size
Box type
Number
Gross weight (KGS)
VGM
Current dynamic code
Current dynamics
Current dynamic time
Current dynamic location code
Current dynamic location
The dynamic node array of this box
Dynamic code
Dynamic description
Dynamic Chinese description
A dynamic number of boxes has occurred
Total number of boxes
Schedule dynamic occurrence time
Estimated time of dynamic occurrence
Actual dynamic occurrence time
Dynamic sequence number
[
{
"Id": "15484481545413",
"DeliveryNo": "123456",
"OrderNo": "123456",
"LocalKey": "123456",
"BlNo": "ZG23119177788",
"BkgNo": null,
"CtnrNo": "CAIU6635470",
"CarrierCd": "ZSH",
"Carrier": "ZHONGGU SHIPPING",
"VesselName": "Liang Xiang 9",
"Voyage": "2351N",
"PLRCd": null,
"PLR": null,
"POLCd": null,
"POL": null,
"PODCd": null,
"POD": null,
"PLDCd": null,
"PLD": null,
"CyOpenTime": null,
"CyCutOffTime": null,
"DLPTTime": "2023-09-07 01:21:00",
"ETD": "2023-09-07 01:21:00",
"ETA": "2023-09-07 01:21:00",
"DSCHTime": "2023-09-07 01:21:00",
"IsEndTrack": false,
"EndTrackTime": null,
"DataUpdateTime": "2023-09-07 01:21:00",
"TrackStatus": "T",
"ErrorMessage": null,
"ErrorStatus": null,
"BookStatus": "S",
"BillCreateTime": "2023-09-07 01:21:00",
"DataStatus": "Y",
"Carriges": [
{
"Sno": "1",
"POLCd": "CNNGB",
"POLNameEn": "NINGBO",
"POLNameCn": null,
"PODCd": "USLGB",
"PODNameEn": "LONG BEACH,CA,UNITED STATES",
"PODNameCn": null,
"ETD": "2023-12-12 00:00:00",
"ATD": null,
"ETA": null,
"ATA": null
}
],
"CtnrInfos": [
{
"CtnrNo": "CAIU6635470",
"SealNo": null,
"CtnrSize": "20",
"CtnrType": "GP",
"Pkgs": null,
"Gwgt": null,
"VGM": null,
"CurrentStatusCd": "DSCH",
"CurrentStatus": null,
"CurrentStatusTime": "2023-12-12 00:00:00",
"CurrentPlaceCd": null,
"CurrentPlace": "Yingkou",
"CtnrStatus": [
{
"StatusCd": "BDAR",
"StatusDesc": "BOARD ARRIVE",
"VesselName": "Zhonggu Nanjing",
"Voyage": "2323N",
"EventTime": "2023-12-09 19:30:00",
"Place": "Yingkou",
"PlaceCd": null,
"TransportMode": null,
"IsEstimate": false
}
]
}
]
}
]
示例代码
Responses
Status code, 200=successful, other=failed.
Type:success、warning、error
Error message
Time
{
"code":"200",
"type":"success",
"message":null,
"time":"2023-12-13T01:20:38.217Z",
}