Execution Runs REST Endpoints

Manufacturing/Process Work Orders/Execution Runs
The process work orders execution runs lists the execution runs for a process work order.
Create an execution run for the process work order.
Method: post
Path: /fscmRestApi/resources/11.13.18.05/processWorkOrders/{WorkOrderId}/child/ExecutionRun
Delete an execution run for the process work order.
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/processWorkOrders/{WorkOrderId}/child/ExecutionRun/{ExecutionRunUniqID}
Edit an execution run for the process work order.
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/processWorkOrders/{WorkOrderId}/child/ExecutionRun/{ExecutionRunUniqID}
Get all execution runs for the process work order.
Method: get
Path: /fscmRestApi/resources/11.13.18.05/processWorkOrders/{WorkOrderId}/child/ExecutionRun
Get one execution run for the process work order.
Method: get
Path: /fscmRestApi/resources/11.13.18.05/processWorkOrders/{WorkOrderId}/child/ExecutionRun/{ExecutionRunUniqID}