将淘菜菜运力平台运单修改信息同步给第三方服务商
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|---|---|---|---|---|
| receiveList | ReceiveList [] | 可选 |
|
收货站点列表 | |
|
|||||
| basicInfo | BasicInfo | 可选 | 基础信息 | ||
|
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| bizMsg | String | 成功 | 错误信息 |
| bizCode | String | success | 错误code |
| success | Boolean | true | 是否执行成功 |
| orderList | OrderList [] | D订单列表 | |
|
{"receiveList":[{"stationCode":"G12455","unloadingCity":"卸货地市1","unloadingContactMobile":"17512574421","unloadingContact":"联系人","unloadingAddress":"卸货地址1","unloadingProvince":"卸货地省1","unloadingRegion":"卸货地区1","plannedDeliveryTime":"2012-12-12 12:12:12"}],"basicInfo":{"externalOrderNo":"L20202211111","edit":"true"}}
{
"bizMsg":"成功",
"bizCode":"success",
"success":true,
"orderList":[
{
"stationCode":"G121212",
"odrNo":"123"
}
]
}
{"bizMsg":"Illegal request","success":"false","bizCode":"sign-check-failure"}
| 错误码 | 错误描述 | 解决方案 |
|---|