Update Purchase ShipNo

  • 更新备货申请单国内物流单号

Request

  • Path: wms/purchaseorder/updateShipNo
  • Full Url: http://api.q9610.com/oms/wms/purchaseorder/updateShipNo
  • Method: POST
  • Header:
    • Authorization: Basic c2FiZXI6c2FiZXJfc2VjcmV0
    • Blade-Auth: access_token
  • Request body example:
1
2
3
4
{
"headerId": "xxx",
"shipNo": "YT123412341234,YT888822221111,SF232313141213"
}

Response

  • Response body example:
1
2
3
4
5
6
{
"code": 200,
"success": true,
"data": {},
"msg": "修改成功"
}