Schedule Shifts Migration REST Endpoints

Schedule Migration/Schedule Shifts Migration
The workerShifts resource provides information about the workforce schedule shifts. It lets schedulers view and manage schedules for a given period, open shifts, and worker assignments.
Create all the workforce schedule shifts for the specified unit and period
Method: post
Path: /hcmRestApi/resources/11.13.18.05/workforceSchedules/{ScheduleId}/child/workerShifts
Create workforce schedule open shifts
Method: post
Path: /hcmRestApi/resources/11.13.18.05/workforceSchedules/{ScheduleId}/child/workerShifts/action/createOpenShifts
Delete a single workforce schedule shift
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/workforceSchedules/{ScheduleId}/child/workerShifts/{ScheduleShiftId}
Get a single workforce schedule shift for the specified unit or assignment and day
Method: get
Path: /hcmRestApi/resources/11.13.18.05/workforceSchedules/{ScheduleId}/child/workerShifts/{ScheduleShiftId}
Get all the workforce schedule shifts for the specified unit and period
Method: get
Path: /hcmRestApi/resources/11.13.18.05/workforceSchedules/{ScheduleId}/child/workerShifts
Update a single workforce schedule shift
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/workforceSchedules/{ScheduleId}/child/workerShifts/{ScheduleShiftId}