V3_OperEntLink_Post (Post)
- Last UpdatedNov 06, 2025
- 1 minute read
| Post | V3_OperEntLink_Post |
Resource Path:/api/v3/OperEntLink
| Name | Description |
|---|---|
| trans_id | Used to supply the ID of the transaction if the call is taking part in a transaction. |
The request body is of type Mes.WebApi.Models.V3.Prod.OperEntLink.
Required. The property information for the operation-entity link being added.
The response body is of type Mes.WebApi.Models.V3.Prod.OperEntLink.
OKThe following OperEntLink model properties are required.
- To identify the process: process_id.
- To identify the operation: oper_id.
- To identify the entity: ent_id.
- To specify the estimated amount of time per batch, in hours, that is needed to run the job: est_prod_rate.
- To specify the production unit of measure: prod_uom.
- To specify the amount of production per batch: batch_size.
- To indicate whether the link is for an entity group: parent_contingent_ent.
- To indicate whether the link is potentially for an entity in a group of entities: child_contingent_ent.