Mes.WebApi.Models.LineProductionTotals JSON Schema
- Last UpdatedNov 06, 2025
- 1 minute read
| Name | Description | Data Type |
|---|---|---|
| item_id | The item ID. | string |
| item_desc | The item description. | string |
| item_display | 0 = item_id 1 = item_desc 2 = item_id (item_desc) 3 = item_desc(item_id) | string |
| uom_description | The the description of the unit of measure. | string |
| uom_abbreviation | The abbreviation of the unit of measure. | string |
| num_decimals | The number of decimals for formatting the Period_produced and Period_rejected values. | integer |
| num_decimals_good_pp | The value of the system attribute Max decimals of good piece part entries (attr_id 326 in the System_Attr table) and is used when the Num_decimals value is 0. | integer |
| period_produced | The quantity of good production made on the production entities of the line during the specified time period, in terms of the UOM of the line's standard item if defined from the Job table. | number |
| period_rejected | The quantity of rejected production made on the entities upstream from and including the production entities of the line during the specified time period, in terms of the UOM of the line's standard item if defined from the Job table. | number |