V3_ItemInventory_Get (Get)
- Last UpdatedNov 06, 2025
- 1 minute read
| Get | V3_ItemInventory_Get |
Resource Path:/api/V3/ItemInventory
| Name | Description | Data Type |
|---|---|---|
| entId | The storage entity ID. | integer |
| entName | The storage entity name. | string |
| woId | The work order ID of the job that last produced items in this inventory. | string |
| itemId | The item ID. | string |
| itemDesc | The item description. | string |
| itemClassId | The item class ID. | string |
| itemClassDesc | The item class description. | string |
| lotNo | The item's lot number. | string |
| sublotNo | The item's sublot number. | string |
| itemGradeCd | The item's grade code. | integer |
| itemStateCd | The item's state code. | integer |
| fromExpiryDate | An inventory expiry date and time in UTC. Inventory records whose expiry date and time is at or after this date and time will be considered a match. This parameter with the toExpiryDate parameter can be used to specify an expiry date and time range. | string |
| toExpiryDate | An inventory expiry date and time in UTC. Inventory records whose expiry date and time is at or before this date and time will be considered a match. | string |
| Name | Description |
|---|---|
| trans_id | Used to supply the ID of the transaction if the call is taking part in a transaction. |
| max_rows | Used to supply the maximum number of rows that will be returned by the get. |
The response body is of type Array[Generated.Models.V3_ItemInventory_Get].
OK