Mes.WebApi.Models.V3.Core.Line JSON Schema
- Last UpdatedNov 06, 2025
- 2 minute read
| Name | Description | Data Type |
|---|---|---|
| line_id | The line ID, assigned by the system. | integer |
| line_name | The line name. | string |
| line_class | The indication whether the record is a line class. Line classes are not currently supported. | boolean |
| origin_line_class_id | The ID of the line class from which this line was instantiated. This value is null for line classes and for lines that were not instantiated from a line class. Line classes are not currently supported. | integer |
| labor_load | The number of people required to run the line that is reported to ERP. | integer |
| max_wo | The maximum number of simultaneous work orders permitted on the line. The default is 1. | integer |
| prod_ent_id | The entity that is the source of the production amount for the line. | integer |
| std_item_id | The standard item to use for reporting the production rate. | string |
| batch_size | The standard batch size for reporting the production rate. | number |
| prod_uom | The production unit of measure: 0 = hours/batch (the default) 1 = minutes/batch 2 = seconds/batch 3 = batches/hour 4 = batches/minute 5 = batches/second | integer |
| bottleneck_ent_id | The entity that is designated as the bottleneck on the line. Other entities in the same child order position as the bottleneck entity will also be considered to be bottleneck entities. | integer |
| target_util | The KPI target for utilization. | number |
| target_qual | The KPI target for quality. | number |
| target_perf | The KPI target for performance. | number |
| target_oee | The KPI target for OEE. | number |
| 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 |
| last_edit_at | The date and time when the record was added or last updated. | string |
| lineEntLinks | The list of the line-entity links for the line. The array structure is the same as that for the object that is returned by the endpoint. | Array[Mes.WebApi.Models.V3.Core.LineEntity] |