WMS回传出库订单接单状态
ASCP_ORDER_STATUS_UPLOAD
XML格式请求报文如下:
<request>
<orderCode>ICP022303147442470</orderCode>
<orderType>601</orderType>
<status>WMS_ACCEPT</status>
<operateDate>2019-05-30 19:28:50</operateDate>
<operator>system</operator>
<operatorContact>13789890909</operatorContact>
<remark>仓库接单成功</remark>
</request>
成功响应报文:
<response><success>true</success></response>
失败响应报文:
<response><success>false</success><errorCode>203</errorCode><errorMsg>货品信息不存在</errorMsg></response>
JSON格式请求报文如下:
{"orderCode":"ICP022303147442470","orderType":"601","status":"WMS_ACCEPT","operateDate":"2019-05-30 19:28:50","operator":"system","operatorContact":"13789890909","remark":"仓库接单成功"}
成功响应报文:
{"success":"true"}
失败响应报文:
{"success":"false", "errorCode":"203","errorMsg":"货品信息不存在"}
FAQ
关于此文档暂时还没有FAQ