将淘菜菜运力平台的部分运单信息同步给第三方承运商
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
driverInfo | DriverInfo | 可选 | 运力信息 | ||
|
|||||
loadingInfo | LoadingInfo | 可选 | 装货方信息 | ||
|
|||||
receiveList | ReceiveList [] | 可选 |
|
收货方列表 | |
|
|||||
basicInfo | BasicInfo | 可选 | 基本信息 | ||
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
data | Data | 响应数据 | |
|
|||
bizMsg | String | 成功 | 错误信息 |
bizCode | String | success | 错误码 |
success | Boolean | true | 是否正确执行(为false时bizCode要有值) |
{"driverInfo":{"plateNumber":"沪A12345"},"loadingInfo":{"loadingCity":"上海市","loadingContact":"装货联系人","loadingProvince":"上海市","loadingContactMobile":"装货联系人电话","loadingRegion":"浦东新区","latitude":"32.12","plannedPickupTime":"2021-10-02 08:00:00","loadingAddress":"张江高科技园区科苑路99号","longitude":"12.12"},"receiveList":[{"stationCode":"G1000","unloadingCity":"苏州市","unloadingContact":"卸货联系人","unloadingContactMobile":"卸货联系电话","latitude":"32.12","unloadingAddress":"星湖街328号","unloadingProvince":"江苏省","unloadingRegion":"工业园区","plannedDeliveryTime":"2021-10-02 14:00:00","longitude":"12.12"}],"basicInfo":{"receiveTime":"2021-10-01 12:30:00","externalOrderNo":"EXT456","createTime":"2021-10-01 12:00:00","edit":"false","orderStatus":"已派车","waybillStatus":"运输中","customerCode":"TEST1672544643726","driverExternalCode":"Test1234","tenantCode":"T1020751","estimatedCost":"100","dispatchStatus":"运输中","operator":"小明"}}
{ "data":{ "unifyNo":"U订单号", "orderList":[ { "stationCode":"G121212", "odrNo":"123" } ] }, "bizMsg":"成功", "bizCode":"success", "success":true }
{"bizMsg":"Illegal request","success":"false","bizCode":"sign-check-failure"}
错误码 | 错误描述 | 解决方案 |
---|