商家推送当前补货单满足方式决策到ASCP
ASCP_SATISFY_REPLENISHMENT_PLAN_ORDER_CALLBACK
XML格式请求报文如下:
<request>
<biz_type>70000</biz_type>
<repl_order_no>BH190704000011966223</repl_order_no>
<supplier_id>89347397</supplier_id>
<to_produce_quantity>10</to_produce_quantity>
<producing_quantity>10</producing_quantity>
<onhand_quantity>20</onhand_quantity>
<canceled_quantity>10</canceled_quantity>
</request>
成功响应报文:
<response><success>true</success></response>
失败响应报文:
<response>
<success>false</success>
<errorCode>S0005</errorCode>
<errorMsg>参数错误:生产进度幂等重复性检查失败,重复键:BH190704000011966223</errorMsg>
</response>
JSON格式请求报文如下:
{
"biz_type": "70000",
"repl_order_no": "BH190704000011966223",
"supplier_id": "89347397",
"to_produce_quantity": "10",
"producing_quantity": "10",
"onhand_quantity": "20",
"canceled_quantity": "10"
}
成功响应报文:
{"success":"true"}
失败响应报文:
{
"success": "false",
"errorCode": "S0005",
"errorMsg": "参数错误:生产进度幂等重复性检查失败,重复键:BH190704000011966223"
}
FAQ
关于此文档暂时还没有FAQ