V3_ItemInventory_Reduce (Put)
- Last UpdatedNov 06, 2025
- 1 minute read
| Put | V3_ItemInventory_Reduce |
Resource Path:/api/v3/ItemInventory/Reduce
| Name | Description |
|---|---|
| trans_id | Used to supply the ID of the transaction if the call is taking part in a transaction. |
The request body is of type Mes.WebApi.Models.V3.EnProd.ItemInventory.
The response body is of type Mes.WebApi.Models.V3.EnProd.ItemInventory.
OKThe following ItemInventory model properties are required.
- To identify the storage entity where the inventory quantity is being reduced: ent_id.
- To identify the item whose inventory is being reduced: item_id.
- To specify the inventory quantity being subtracted: qty_left.
- To specify the grade code of the reduced items: grade_code.
- To specify the status code of the reduced items: status_code.