Mes.WebApi.Models.ItemClass JSON Schema
- Last UpdatedNov 06, 2025
- 2 minute read
| Name | Description | Data Type |
|---|---|---|
| item_class_id | The item class ID. | string |
| item_class_description | The item class description. | string |
| item_class_display | 0 = item_id 1 = item_desc 2 = item_id (item_desc) 3 = item_desc(item_id) | string |
| produced | The indication whether this class contains produced items. | boolean |
| consumed | The indication whether this class contains consumed items. | boolean |
| obsolete | The indication whether this class is obsolete. | boolean |
| purchased | The indication whether items in the item class are purchased. | boolean |
| sold | The indication whether the items in the item class are sold. | boolean |
| lot_no_format | The default lot number format for the items in the item class. | string |
| last_lot_no | The last assigned lot number to any of the items in the item class. | string |
| sublot_no_format | The default sublot number format for the items in the item class. | string |
| last_sublot_no | The last assigned sublot number to any of the items in the item class. | string |
| serial_no_lvl | 0: The lot number is the serial number. Positive integer: A particular sublot level is the serial number. -1: There are no serial numbers. | integer |
| inv_unique_by_job | The indication whether inventory quantities for this class are uniquely identified by the job that produced them, in addition to ent_id, item_id, lot_no, and sublot_no. | boolean |
| 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 |