Mes.WebApi.Models.V3.EnProd.ItemInventory JSON Schema
- Last UpdatedNov 06, 2025
- 2 minute read
| Name | Description | Data Type |
|---|---|---|
| ent_id | The ID of the item's storage entity. | integer |
| item_id | The item ID. | string |
| lot_no | The item's lot number. | string |
| sublot_no | The item's sublot number. | string |
| grade_cd | The item's grade code. | integer |
| status_cd | The item's status code. | integer |
| qty_left | The current item quantity at the entity. | number |
| qty_left_erp | The current item quantity at the entity as last transmitted to an ERP system. | number |
| date_in_utc | The date and time that this item inventory was last received at the storage entity, in UTC. | string |
| date_out_utc | The date and time that this item inventory was last sent from the storage entity, in UTC. | string |
| expiry_date_utc | The item's expiry date and time, in UTC. | string |
| item_reas_cd | The item's reason code. | integer |
| wo_id | The work order ID of the job that last produced items in this inventory. | string |
| oper_id | The operation ID of the job that last produced items in this inventory. | string |
| seq_no | The sequence number of the job that last produced items in this inventory. | integer |
| from_ent_id | The ID of the entity from which the item inventory was transferred to this storage entity. | integer |
| must_consume_from_inv | The indication whether consumption of this item must occur from the item's inventory. | boolean |
| must_consume_from_wip | The indication whether consumption of this item must occur from work in progress (that is, from items produced at an upstream job in the work order). | boolean |
| uom_id | The ID of the item's unit of measure . If null, the UOM is the native units of the item. | integer |
| spare1 | The contents of the spare1 field. | string |
| spare2 | The contents of the spare2 field. | string |
| spare3 | The contents of the spare3 field. | string |
| spare4 | The contents of the spare4 field. | string |
| spare5 | The contents of the spare5 field. | string |
| spare6 | The contents of the spare6 field. | string |
| goods_received_shipped | The indication whether this inventory transaction involves receiving or shipping goods when adding or reducing the item inventory. | boolean |
| check_grade_status | Indicates whether item grade and status for the inventory transaction must be validated by another user. | boolean |
| transfer_comments | The comments for the inventory transfer. | string |
| log_inventory_transfer | The indication whether the inventory transfer is logged in the Item_Transfer table. | boolean |
| row_id | The unique row ID of the item inventory record in the Item_Inv table. For a Put, the row ID is used as an input parameter to identify the record to update. For a Post or Put, the row ID is returned to identify the record that was added or updated. | integer |
| last_edit_at | The date and time when the item inventory record was added or last edited, in UTC. | string |