文档中心 > 超级品牌-CPFR样例文档

WMS回传入库确认

更新时间:2019/07/15 访问次数:385

WMS回传入库确认

ASCP_STOCK_IN_ORDER_CONFIRM

XML格式请求报文如下:

<request>
    <orderCode>ICP022303147442470</orderCode>
    <warehouseOrderCode>WMS31173111</warehouseOrderCode>
    <outBizCode>STKJN180530000014_0</outBizCode>
    <confirmType>0</confirmType>
    <orderConfirmTime>2018-05-30 19:35:2</orderConfirmTime>
    <checkItems>
            <checkItem>
                <orderItemId>413030005124281534</orderItemId>
                <scItemId>31728937131</scItemId>
                <quantity>2014</quantity>
            </checkItem>
    </checkItems>
    <orderItems>
            <orderItem>
                <orderItemId>413030005124281534</orderItemId>
                <scItemId>31728937131</scItemId>
                <items>
                        <itemDetail>
                            <inventoryType>1</inventoryType>
                            <quantity>2064</quantity>
                        </itemDetail>
                </items>
            </orderItem>
    </orderItems>
</request>

成功响应报文:

<response><success>true</success></response>

失败响应报文:

<response><success>false</success><errorCode>003</errorCode><errorMsg>系统错误</errorMsg></response>

JSON格式请求报文如下:

{"orderCode":"ICP022303147442470","warehouseOrderCode":"WMS31173111","outBizCode":"STKJN180530000014_0","confirmType":"0","orderConfirmTime":"2018-05-30 19:35:2","checkItems":[{"orderItemId":"413030005124281534","scItemId":"31728937131","quantity":"2014"}],"orderItems":[{"orderItemId":"413030005124281534","scItemId":"31728937131","items":{"itemDetail":{"inventoryType":"1","quantity":"2064"}}}]}

成功响应报文:

{"success":"true"}

失败响应报文:

{"success":"false", "errorCode":"003","errorMsg":"系统错误"}

FAQ

关于此文档暂时还没有FAQ
返回
顶部