Product Purchase Status

  • 查询入库状态

Request

  • Path: oms/product/purchaseOrder/status
  • Method: POST
  • Header:
    • Authorization: Basic c2FiZXI6c2FiZXJfc2VjcmV0
    • Blade-Auth: access_token
  • Request body example:
1
2
3
{
"headerCode": "PO_1640619165507"
}

Response

  • Response body example:
1
2
3
4
5
6
7
8
9
10
11
{
"code": 200,
"success": true,
"data": {
"headerCode": "PO_1640619165507",
"ownerId": "739669",
"erpPurchaseOrderNo": "TTTT0001",
"status": "0"
},
"msg": "操作成功"
}
  • Value of {headerCode}:

    • 采购订单编号,入库清单返回的主键
  • Value of {status}:

    • 0 未入库
    • 1 部分入库
    • 2 全部入库