V3_ItemInventory_Post (Post)
- Last UpdatedNov 06, 2025
- 1 minute read
| Post | V3_ItemInventory_Post |
Resource Path:/api/V3/ItemInventory
| 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 added: ent_id.
- To identify the item whose inventory is being added: item_id.
- To specify the inventory quantity being added: qty_left.