淘菜菜运力平台司机确认到达目的地时,将状态同步给第三方承运商
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
unloadingImage | String | 可选 | url | 卸货现场的照片 | |
externalOrderNo | String | 可选 | L202021234 | 淘菜菜运单号 | |
odrNo | String | 可选 | test1234 | D订单号,区分签收的收货地 | |
actualDeliveryTime | String | 可选 | 2023-11-03 13:44:11 | 实际收货卸货签收时间 | |
goods | Goods [] | 可选 |
|
卸货物料 | |
|
|||||
shipmentStatus | String | 可选 | 运输完成 | 运输状态 | |
tenantCode | String | 可选 | Test1234 | 租户编码 | |
customerCode | String | 可选 | Test1234567 | 货主编码 | |
longitude | String | 可选 | 30.12 | 经度 | |
latitude | String | 可选 | 30.12 | 纬度 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
bizMsg | String | 成功 | 签收异常信息 |
bizCode | String | success | 签收成功状态 |
success | Boolean | true | 执行状态 |
{"unloadingImage":"url","externalOrderNo":"L202021234","odrNo":"test1234","actualDeliveryTime":"2023-11-03 13:44:11","latitude":"30.12","goods":[{"actualUnloadingNums":"999","actualUnLoadingAmount":"40","actualUnloadingVolume":"10000","goodsName":"其他"}],"customerCode":"Test1234567","tenantCode":"Test1234","shipmentStatus":"运输完成","longitude":"30.12"}
{ "bizMsg":"成功", "bizCode":"success", "success":true }
{"bizMsg":"Illegal request","success":"false","bizCode":"sign-check-failure"}
错误码 | 错误描述 | 解决方案 |
---|