简要描述:
- 获取跟踪号变更记录
方法名称:
- getTrackingNumberChangeRecord
请求JSON:
{
"shipper_hawbcode": "QGINSN19041600001352",
"start_date": "2019-04-16 13:55:00",
"end_date": "2019-04-16 14:00:00"
}
响应JSON:
成功示例:
{
"ask": "Success",
"message": "Success",
"data": [{
"shipper_hawbcode": "QGINSN19041600001352",
"shipping_method_no": "1555394468",
"old_shipping_method_no": "44440168-001",
"create_date": "2019-04-16 14:01:08"
}, {
"shipper_hawbcode": "QGINSN19041600001352",
"shipping_method_no": "44440168-001",
"old_shipping_method_no": "",
"create_date": "2019-04-16 13:59:43"
}],
"time_cost(s)": "0.14816403388977"
}
失败示例:
{
"ask": "Success",
"message": "Success",
"data": [],
"time_cost(s)": "0.20924592018127"
}
字段说明:
参数名 | 数据类型 | 是否必填 | 说明 |
---|---|---|---|
shipper_hawbcode | string | require | 运单号 |
start_date | string | option | 开始时间 |
end_date | string | option | 结束时间 |
response参数:
参数名 | 数据类型 | 说明 |
---|---|---|
ask | string | 参考response公共参数 |
message | string | 参考response公共参数 |
data | object | 数据内容(2维数组) |
Error | object | 参考Error格式 |
Data参数:
参数名 | 数据类型 | 说明 |
---|---|---|
shipper_hawbcode | string | 运单号 |
shipping_method_no | string | 新跟踪号 |
old_shipping_method_no | stting | 旧跟踪号 |
create_date | string | 换号日期 |