Mes.WebApi.Models.V3.Prod.OperEntLink JSON Schema
- Last UpdatedNov 06, 2025
- 2 minute read
| Name | Description | Data Type |
|---|---|---|
| process_id | The ID of the process to which the operation belongs. | string |
| oper_id | The operation ID. | string |
| ent_id | The entity ID. | integer |
| est_fixed_lab | The estimated amount of fixed labor time, in hours, that is needed for job-related setup and cleanup work. | number |
| est_lab_rate | The estimated amount of variable labor time per batch, in hours, that is needed to run the job. | number |
| est_setup_time | The estimated amount of time, in hours, that is needed for job-related setup work. | number |
| est_teardown_time | The estimated amount of time, in hours, that is needed for job-related teardown work. | number |
| est_prod_rate | The estimated amount of time per batch, in hours, that is needed to run the job. | number |
| prod_uom | The enumeration that indicates the production unit of measure. 0 = hours/batch 1 = minutes/batch 2 = seconds/batch 3 = batches/hour 4 = batches/minute 5 = batches/second | integer |
| batch_size | The amount of production per batch. | number |
| est_transfer_time | The estimated amount of transfer time, in hours, that is needed after the operation. | number |
| init_prod_pct | The initial production percent required at this entity (if the first operation is done at multiple entities), or null for other cases. | number |
| parent_contingent_ent | Indicates whether the link is for a group. If true, the operation actually be run on one or more children entities. The default is false. | boolean |
| child_contingent_ent | Indicates whether the link is potentially for one of a group of entities. The default is false. | boolean |
| mod_id | The current modification ID of the attribute record in the Oper_Ent_Link table. This ID is binary number that increments each time the record's table row is modified. Optionally used for optimistic concurrency control when performing updates or deletes. | string |