Mes.WebApi.Models.EntityStatus JSON Schema
- Last UpdatedNov 06, 2025
- 2 minute read
| Name | Description | Data Type |
|---|---|---|
| ent_id | The entity ID. | integer |
| ent_name | The entity name. | string |
| reas_cd | The current utilization reason for the given entity. | integer |
| reas_desc | The current utilization reason description for the given entity. | string |
| state_desc | The current utilization state description for the given entity. | string |
| state_color | The name or hex value of the HTML color for the current utilization state’s background color in the user interface. | string |
| cur_wo_id | The current work order on the entity. | string |
| job_desc | The description of the job that is currently running on the entity. | string |
| cur_oper_id | The current operation on the entity. | string |
| cur_seq_no | The current operation split. | integer |
| item_id | The item resulting from the job on the entity. | string |
| item_display | 0 = item_id 1 = item_desc 2 = item_id (item_desc) 3 = item_desc(item_id) | string |
| qty_prod | The quantity of acceptable product made so far. It does not include rejects. | number |
| qty_reqd | The quantity of product required. | number |
| qty_rejected | The quantity of rejected product so far. | number |
| qty_remaining | The quantity defined as the difference between the start quantity and the sum of the quantity produced and the quantity rejected (Qty_at_start - (Qty_prod + Qty_rejected)). | number |
| qty_to_do | The quantity of item still required to be made (Qty_reqd - Qty_prod). | number |
| qty_at_start | The quantity of item that is expected to be produced if there are no scrap/waste/rejects. | number |
| uom_id | The unit of measure ID. If the job UOM ID is non-null, then this value comes from the Job table; otherwise, this value comes from the Item table. | integer |
| uom_desc | The unit of measure description. | string |
| uom_abbr | The unit of measure abbreviation. | string |
| num_decimals | The number of decimals for formatting numeric 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 number decimals column is 0. | integer |