BasicTrackingData

{
    // 送货地区
    "destinationArea": "",
    // 目的地/仓库代号 (detailed address or code)
    "destinationDetail": "",
    // 计划送达日,UTC时间戳
    "dueDate": null,
    // 计划送达日 窗口期开端,UTC时间戳
    "dueDateEarly": null,
    // 计划送达日 窗口期尾端,UTC时间戳
    "dueDateLate": null,
    // 装货日期,UTC时间戳
    "loadDate": null,
    // 头程预计发运日,UTC时间戳
    "firstRangeEtd": 1685157414000,
    // 头程预计到港日,UTC时间戳
    "firstRangeEta": null,
    // 头程实际发运日,UTC时间戳
    "firstRangeAtd": null,
    // 头程实际到港日,UTC时间戳
    "firstRangeAta": null,
    // 末程预计发运日,UTC时间戳
    "secondRangeEtd": null,
    // 末程预计到港日,UTC时间戳
    "secondRangeEta": 1687058214000,
    // 末程实际发运日,UTC时间戳
    "secondRangeAtd": null,
    // 末程实际到港日,UTC时间戳
    "secondRangeAta": null,
    // 目的港报关,UTC时间戳
    "customClearanceDate": null,
    // 还空箱日,废弃,UTC时间戳
    "containerReturnDate": null,
    // 异常提醒,数组
    "abnoramls": [],
    // 通知提醒,数组,数据结构与abnormals一致
    "notices": [{
        // 发生地点
        "rePortName": "CNWGQ",
        // 备注
        "remarks": "货物即将进港",
        // 是否被用户看过,已废弃
        "isViewed": false,
        // 发生时间
        "eventTime": 1685351260784
    }, 
    ...
    ]
}

最后更新于