Mes.WebApi.Models.Item JSON Schema
- Last UpdatedNov 06, 2025
- 1 minute read
| Name | Description | Data Type |
|---|---|---|
| item_id | The item ID. | string |
| item_class_id | The item class ID. | string |
| item_description | The item description. | string |
| item_class_display | 0 = item_id 1 = item_desc 2 = item_id (item_desc) 3 = item_desc(item_id) | string |
| item_display | 0 = item_id 1 = item_desc 2 = item_id (item_desc) 3 = item_desc(item_id) | string |
| num_decimals | The number of decimal places that is used for this item. | integer |
| uom_description | The unit of measure description for the item. From description in the UOM table or the uom_id assigned to the item in the Item table. | string |