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: postPath:
/fscmRestApi/resources/11.13.18.05/processWorkOrders/{WorkOrderId}/child/ExecutionRun - Delete an execution run for the process work order.
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/processWorkOrders/{WorkOrderId}/child/ExecutionRun/{ExecutionRunUniqID} - Edit an execution run for the process work order.
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/processWorkOrders/{WorkOrderId}/child/ExecutionRun/{ExecutionRunUniqID} - Get all execution runs for the process work order.
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/processWorkOrders/{WorkOrderId}/child/ExecutionRun - Get one execution run for the process work order.
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/processWorkOrders/{WorkOrderId}/child/ExecutionRun/{ExecutionRunUniqID}