handle Exception

  • 接收异常操作指令

Request

  • Path: oms/wms/procurementreceiptexception/handle
  • Method: POST
  • Header:
    • Authorization: Basic c2FiZXI6c2FiZXJfc2VjcmV0
    • Blade-Auth: access_token
  • Full Url: http://api.q9610.com/oms/wms/procurementreceiptexception/handle
  • Supported query body
1
2
3
4
{
"receiptNo": "SH000001-0012",
"action": "return"
}

Response

  • Response body example:

请求成功

1
2
3
4
5
6
{
"code": 200,
"success": true,
"data": {},
"msg": "ok"
}

收货单不存在异常 或 已经更新过异常

1
2
3
4
5
6
{
"code": 400,
"success": false,
"data": {},
"msg": "状态异常!"
}