OperationEntityRoute_Put (Put)
- Last UpdatedNov 06, 2025
- 1 minute read
| Put | OperationEntityRoute_Put |
Resource Path:/api/OperationEntityRoute
| Name | Description | Data Type |
|---|---|---|
| processId | Required. The process ID. | string |
| operationId | Required. The ID of the downstream operation. | string |
| entityId | Required. The ID of the downstream entity. | integer |
| inputOperationId | Required. The ID of the upstream operation. | string |
| inputEntityId | Required. The ID of the upstream entity. | integer |
The request body is of type Mes.WebApi.Models.OperationEntityRoute.
Required. The updated property information for the operation-entity route.
The response body is of type Mes.WebApi.Models.OperationEntityRoute.