版本:202201
确认收货
PATCH/openapi/2022-01/procurements/:id/receive
处理采购项的收货操作,更新收货和拒收数量并记录拒收原因。
请求
Path参数
id string必填
Procurement's ID
- application/json
- 请求体
- 示例
请求体
- Array [
- ]
items object[]
procurement_item_idstring必填
received_quantityint32
rejected_quantityint32
rejected_reasonstring
{
"items": [
{
"procurement_item_id": "string",
"received_quantity": 0,
"rejected_quantity": 0,
"rejected_reason": "string"
}
]
}
响应
- 200
200
- application/json
无 Schema