home

Delayed Arrival Notification Data by Cargo

1.
Set the shipment delay alarm time in your company preferences under Admin > Company > Setting.
2.
a.
Returns the full BL data for cases where the PTA is later than the final destination (POD) ETA as of the time of the call.
// Sample Response { "mblV2DTO": { "documentId": "{SVMP Key}", "carrierCode": "{SCAC Code}", "bookingNo": "{Booking No.}", "mblNo": "{MBL No}", "bookingRegno": null, "srNo": null, "blStatus": "ON", "holdYn": "Y", "initialEtd": "2022-05-07 09:00", "initialEta": "2022-06-20 05:59", "locations": [ { "documentId": "{SVMP Key}", "partialSeq": 0, "locationSeq": 1, "locationId": "{SVMP Key}", "locationCode": "", "locationName": "Gwangyang, Korea, South", "locationType": "POL", "terminalId": "{SVMP Key}", "terminalName": "Kwangyang West Container Terminal", "eta": null, "ata": "2022-05-06 12:05", "etd": "2022-05-06 21:48", "atd": "2022-05-07 06:04", "pta": null, "imoNo": "9778844", "shipName": "MARSEILLE MAERSK", "voyageNo": "217W", "shipData": { "shipId": "{SVMP Key}", "imoNo": "9778844", ... }, "portData": { "portId": "{SVMP Key}", "portName": "Gwangyang", "unlocode": "KRKAN", ... } }, ... ], "hbls": [ { "documentId": "{SVMP Key}", "hblNo": "{HBL NO.}", "ciNo": "", "shipperCode": "{Your Data}", "shipperName": "{Your Data}", "consigneeCode": "{Your Data}", "consigneeName": "{Your Data}", "ownerCode": "{Your Data}", "ownerName": "{Your Data}", "containers": [] } ] }, "diffHour": 26, //{latest eta diff pta} "initialDiffHour": -32 // {initial eta diff pta} }
JSON
볡사