Shifts for Work Center Resources REST Endpoints

Manufacturing/Work Centers/Work Center Resources/Shifts for Work Center Resources
The Shifts for Work Center Resources manages the shifts for each work center resource. The application automatically creates each shift when you assign a production resource to a work center.
Create shifts
Method: post
Path: /fscmRestApi/resources/11.13.18.05/workCenters/{WorkCenterId}/child/WorkCenterResource/{WorkCenterResourceUniqID}/child/WorkCenterResourceShift
Delete one shift
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/workCenters/{WorkCenterId}/child/WorkCenterResource/{WorkCenterResourceUniqID}/child/WorkCenterResourceShift/{WorkCenterResourceShiftUniqID}
Get all shifts
Method: get
Path: /fscmRestApi/resources/11.13.18.05/workCenters/{WorkCenterId}/child/WorkCenterResource/{WorkCenterResourceUniqID}/child/WorkCenterResourceShift
Get one shift
Method: get
Path: /fscmRestApi/resources/11.13.18.05/workCenters/{WorkCenterId}/child/WorkCenterResource/{WorkCenterResourceUniqID}/child/WorkCenterResourceShift/{WorkCenterResourceShiftUniqID}
Update one shift
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/workCenters/{WorkCenterId}/child/WorkCenterResource/{WorkCenterResourceUniqID}/child/WorkCenterResourceShift/{WorkCenterResourceShiftUniqID}