Schedule Migration REST Endpoints

Schedule Migration
The workforceSchedules resource provides information about the workforce schedule. It lets schedulers view and manage schedule for a given period.
Create all workforce schedules for the specified unit and period
Method: post
Path: /hcmRestApi/resources/11.13.18.05/workforceSchedules
Delete a single workforce schedule
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/workforceSchedules/{ScheduleId}
Finds the workforce schedule that matches the specified criteria
Method: post
Path: /hcmRestApi/resources/11.13.18.05/workforceSchedules/action/findByAdvancedSearchQuery
Get a single workforce schedule for the specified unit or assignment and day
Method: get
Path: /hcmRestApi/resources/11.13.18.05/workforceSchedules/{ScheduleId}
Get all the workforce schedules for the specified unit and period
Method: get
Path: /hcmRestApi/resources/11.13.18.05/workforceSchedules
Update a single workforce schedule
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/workforceSchedules/{ScheduleId}