Pattern Shifts REST Endpoints

SCM Common/Workday Patterns/Pattern Shifts
The Pattern Shifts resource gets the collection of shifts that you assign to a pattern.
Create pattern details
Method: post
Path: /fscmRestApi/resources/11.13.18.05/workdayPatterns/{PatternId}/child/workdayPatternShifts
Delete one pattern detail
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/workdayPatterns/{PatternId}/child/workdayPatternShifts/{PatternDetailId}
Get all pattern details
Method: get
Path: /fscmRestApi/resources/11.13.18.05/workdayPatterns/{PatternId}/child/workdayPatternShifts
Get one pattern detail
Method: get
Path: /fscmRestApi/resources/11.13.18.05/workdayPatterns/{PatternId}/child/workdayPatternShifts/{PatternDetailId}
Update one pattern detail
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/workdayPatterns/{PatternId}/child/workdayPatternShifts/{PatternDetailId}