Mes.WebApi.Models.LineWorkOrderSummary JSON Schema
- Last UpdatedNov 06, 2025
- 2 minute read
| Name | Description | Data Type |
|---|---|---|
| wo_id | The work order ID. | string |
| 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 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 quantity 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 Num_decimals is 0. | integer |
| starting_quantity | The quantity of item that is expected to be produced if there are no scrap/waste/rejects. | number |
| remaining_quantity | The quantity defined as the difference between the start quantity and the sum of the quantity produced and the quantity rejected (Starting_quantity - (Total_produced + Total_rejected)). | number |
| required_quantity | The quantity of item required. | number |
| total_produced | The total amount of good production made on the production entities of the line, in terms of the UOM of the line's standard item if defined. | number |
| total_rejected | The total amount of rejected production made on the entities upstream from and including the production entities of the line, in terms of the UOM of the line's standard item if defined. | number |
| period_produced | The amount 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. | number |
| period_rejected | The amount 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. | number |
| wo_status | The job-related status code of the work order: 1 = New 2 = Ready 3 = Running (In Progress) 4 = Complete 5 = Suspended 6 = On Hold The work order status code is based on the status of its member jobs according to the first true condition in the following order:
| integer |
| wo_status_desc | The description of the work order's status. | string |
| wo_status_color | The name or hex value of the HTML color of the background color of the work order status in the user interface. | string |