供应链渠道中心销售订单已收货消息
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
request | Request | 可选 | |||
|
|||||
customerId | String | 可选 | 1111 | 服务路由ID |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
response | Response | ||
|
1 2 3 4 5 6 7 8 9 10 11 12 | <? xml version = "1.0" encoding = "UTF-8" ?> < response > < request > < main_purchase_order_no >82027954295</ main_purchase_order_no > < distributor_nick >小稚零售商c店01</ distributor_nick > < pay_type >403</ pay_type > < order_status >3</ order_status > < confirm_time >0</ confirm_time > </ request > < customerId >1111</ customerId > </ response > |
1 2 3 4 5 | < response > < success >true</ success > < error_code >001</ error_code > < error_message >系统异常</ error_message > </ response > |
1 2 3 4 5 6 7 | <? xml version = "1.0" encoding = "UTF-8" ?> < response > < success >false</ success > < error_code >sign-check-failure</ error_code > < error_message >Illegal request</ error_message > </ response > |
错误码 | 错误描述 | 解决方案 |
---|