Mes.WebApi.Models.OperationEntityRoute JSON Schema
- Last UpdatedNov 06, 2025
- 1 minute read
| Name | Description | Data Type |
|---|---|---|
| processId | The process ID. | string |
| operationId | The ID of the downstream operation. | string |
| entityId | The ID of the downstream entity. | integer |
| entityName | The name of the downstream entity. | string |
| inputOperationId | The ID of the upstream operation. | string |
| inputEntityId | The ID of the upstream entity. | integer |
| inputEntityName | The name of the upstream entity. | string |
| inputPercentage | The percentage of how much of the upstream operation's production comes to this operation. | number |
| lastEditAt | The date and time when the operation-entity route record was added or last modified. | string |