WMS订单出库确认回传
ASCP_STOCK_OUT_ORDER_CONFIRM
XML格式请求报文如下:
<request>
<orderCode>ICP022303147442470</orderCode>
<outBizCode>STKJN180530000014_0</outBizCode>
<confirmType>0</confirmType>
<orderConfirmTime>2019-05-30 19:35:20</orderConfirmTime>
<checkItems>
<orderCheckItem>
<orderItemId>413030005124281534</orderItemId>
<scItemId>24853546565</scItemId>
<quantity>1</quantity>
</orderCheckItem>
</checkItems>
<orderItems>
<stockOutOrderItem>
<orderItemId>413030005124281534</orderItemId>
<scItemId>24853546565</scItemId>
<items>
<itemDetail>
<inventoryType>1</inventoryType>
<quantity>1</quantity>
</itemDetail>
</items>
</stockOutOrderItem>
</orderItems>
</request>
成功响应报文:
<response><success>true</success></response>
失败响应报文:
<response><success>false</success><errorCode>003</errorCode><errorMsg>系统错误</errorMsg></response>
JSON格式请求报文如下:
{"orderCode":"ICP022303147442470","outBizCode":"STKJN180530000014_0","confirmType":"0","orderConfirmTime":"2019-05-30 19:35:20","checkItems":{"orderCheckItem":{"orderItemId":"413030005124281534","scItemId":"24853546565","quantity":"1"}},"orderItems":{"stockOutOrderItem":{"orderItemId":"413030005124281534","scItemId":"24853546565","items":{"itemDetail":{"inventoryType":"1","quantity":"1"}}}}}
成功响应报文:
{"success":"true"}
失败响应报文:
{"success":"false", "errorCode":"003","errorMsg":"系统错误"}
FAQ
关于此文档暂时还没有FAQ