运力平台运单司机到达始发地
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
loadingImage | String | 可选 | url | 装货图片 | |
externalOrderNo | String | 可选 | L2020122334 | 外部单号 | |
actualPickupLoadingTime | String | 可选 | 2023-11-03 13:44:11 | 实际取货装货发车时间 | |
goods | Goods [] | 可选 |
|
物料列表 | |
|
|||||
shipmentStatus | String | 可选 | 运输完成 | 运输状态 | |
tenantCode | String | 可选 | Test1234 | 租户编码 | |
customerCode | String | 可选 | test222222 | 货主编码 | |
longitude | String | 可选 | 30.12 | 经度 | |
latitude | String | 可选 | 30.12 | 纬度 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
bizMsg | String | 成功 | 装货异常信息 |
bizCode | String | success | 装货成功状态 |
success | Boolean | true | 执行状态 |
{"loadingImage":"url","externalOrderNo":"L2020122334","actualPickupLoadingTime":"2023-11-03 13:44:11","latitude":"30.12","goods":[{"actualLoadingNums":"999","actualLoadingVolume":"10000","odrNo":"test12344","goodsName":"其他","actualLoadingAmount":"100"}],"customerCode":"test222222","tenantCode":"Test1234","shipmentStatus":"运输完成","longitude":"30.12"}
{ "bizMsg":"成功", "bizCode":"success", "success":true }
{"bizMsg":"Illegal request","success":"false","bizCode":"sign-check-failure"}
错误码 | 错误描述 | 解决方案 |
---|