Workday Patterns REST Endpoints

SCM Common/Workday Patterns
The Workday Patterns resource defines how to apply one or more shifts to define the working time for any business object using the associated schedule. Workday patterns have length in days, and have associated shifts that detail what days are active within a pattern. Patterns repeat as part of a schedule definition from the schedule start date to the schedule end date, resulting in the shifts forming repeated patterns within the schedule.
Create patterns
Method: post
Path: /fscmRestApi/resources/11.13.18.05/workdayPatterns
Delete one pattern
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/workdayPatterns/{PatternId}
Get all patterns
Method: get
Path: /fscmRestApi/resources/11.13.18.05/workdayPatterns
Get one pattern
Method: get
Path: /fscmRestApi/resources/11.13.18.05/workdayPatterns/{PatternId}
Update one pattern
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/workdayPatterns/{PatternId}