Schedules REST Endpoints

SCM Common/Schedules
The Schedules resource defines a schedule of working time assigned to one or more business objects.
Create schedules
Method: post
Path: /fscmRestApi/resources/11.13.18.05/schedules
Get all schedules
Method: get
Path: /fscmRestApi/resources/11.13.18.05/schedules
Get all shifts in the schedule
Method: post
Path: /fscmRestApi/resources/11.13.18.05/schedules/action/allShiftsInSchedule
Get one schedule
Method: get
Path: /fscmRestApi/resources/11.13.18.05/schedules/{ScheduleId}
Update one schedule
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/schedules/{ScheduleId}