Work Order Operation Start Stops REST Endpoints
Manufacturing/Work Order Operation Start Stops
The Work Order Operation Start Stops resource manages the start time and stop time of one work order operation. If a serial controls the operation, then this resource stores the start time and stop time of the work order operation for the assembly serial.
- Create starts or stops
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/operationStartStops - DELETE action not supported
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/operationStartStops/{WoOperationStartStopId} - Get all starts and stops
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/operationStartStops - Get one start or stop
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/operationStartStops/{WoOperationStartStopId} - Update one start or stop
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/operationStartStops/{WoOperationStartStopId}