Mes.WebApi.Models.EntitySource JSON Schema
- Last UpdatedNov 06, 2025
- 2 minute read
The EntitySource model represents the entity source object for the production and bottleneck entities on a line.
| Name | Description | Data Type |
|---|---|---|
| ent_id | The entity ID. | integer |
| ent_name | The entity name. | string |
| slowest_performance_rate | The slowest performance rate on the line. If an entity is designated to be a bottleneck, then the production rate obtained for that entity is returned. Otherwise, the slowest production rate determined from the line is returned. | number |
| std_item_id | The standard item to use for reporting the production rate. | string |
| std_item_display | 0 = item_id 1 = item_desc 2 = item_id (item_desc) 3 = item_desc(item_id) | string |
| batch_size | The standard batch size for reporting the production rate. | number |
| batch_size_label | The unit of measure for the batch size, based on the standard item. | string |
| prod_uom | 0 = hours/batch 1 = minutes/batch 2 = seconds/batch 3 = batches/hour 4 = batches/minute 5 = batches/second | integer |
| reas_Cd | The ID of the utilization reason associated with the bottleneck entity or entities that is the most recent and highest priority. | integer |
| reas_Desc | The description of the utilization reason associated with the bottleneck entity or entities that is the most recent and highest priority. | string |
| state_Cd | The ID of the utilization state associated with the most recent and highest priority reason deduced from the bottleneck entity or entities. | integer |
| state_Desc | The description of the utilization state associated with the most recent and highest priority reason deduced from the bottleneck entity or entities. | string |
| color | The name or hex value of the HTML color of the utilization state associated with the most recent and highest priority reason deduced from the bottleneck entity or entities. | string |
| warning | The warning message shown in the client when the bottleneck rate cannot be calculated. | string |