Schedule Workday Patterns REST Endpoints
SCM Common/Schedules/Schedule Workday Patterns
The Schedule Workday Patterns resource is used to assign one or more workday patterns to the schedule.
- Create workday patterns assigned to a schedule
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/schedules/{ScheduleId}/child/scheduleWorkdayPatterns
- Delete one workday pattern assigned to a schedule
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/schedules/{ScheduleId}/child/scheduleWorkdayPatterns/{SchedulePatternId}
- Get all workday patterns assigned to a schedule
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/schedules/{ScheduleId}/child/scheduleWorkdayPatterns
- Get one workday pattern assigned to a schedule
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/schedules/{ScheduleId}/child/scheduleWorkdayPatterns/{SchedulePatternId}
- Update one workday pattern assigned to a schedule
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/schedules/{ScheduleId}/child/scheduleWorkdayPatterns/{SchedulePatternId}