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: post
Path: /fscmRestApi/resources/11.13.18.05/operationStartStops
DELETE action not supported
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/operationStartStops/{WoOperationStartStopId}
Get all starts and stops
Method: get
Path: /fscmRestApi/resources/11.13.18.05/operationStartStops
Get one start or stop
Method: get
Path: /fscmRestApi/resources/11.13.18.05/operationStartStops/{WoOperationStartStopId}
Update one start or stop
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/operationStartStops/{WoOperationStartStopId}