Resource Shifts REST Endpoints

Manufacturing/Work Centers/Production Calendars/Resource Shifts
The Resource Shifts for work center resources are applicable when the override schedule indicator is set to Yes for a work center. The application automatically creates each shift when you assign a production resource to a work center.
Create resource shifts
Method: post
Path: /fscmRestApi/resources/11.13.18.05/workCenters/{WorkCenterId}/child/productionCalendars/{ProductionCalendarId}/child/resourceShifts
Delete one resource shift
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/workCenters/{WorkCenterId}/child/productionCalendars/{ProductionCalendarId}/child/resourceShifts/{resourceShiftsUniqID}
Get all resource shifts
Method: get
Path: /fscmRestApi/resources/11.13.18.05/workCenters/{WorkCenterId}/child/productionCalendars/{ProductionCalendarId}/child/resourceShifts
Get one resource shift
Method: get
Path: /fscmRestApi/resources/11.13.18.05/workCenters/{WorkCenterId}/child/productionCalendars/{ProductionCalendarId}/child/resourceShifts/{resourceShiftsUniqID}
Update one resource shift
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/workCenters/{WorkCenterId}/child/productionCalendars/{ProductionCalendarId}/child/resourceShifts/{resourceShiftsUniqID}