Shifts REST Endpoints

SCM Common/Shifts
The Shifts resource gets the values for the working time for any business object using the associated schedule. Shifts repeat in Workday Patterns that repeat as part of a Schedule definition. Business objects that reference Schedule use the Shift definition to know which days and times are the working and non-working periods.
Create shifts
Method: post
Path: /fscmRestApi/resources/11.13.18.05/shifts
Delete one shift
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/shifts/{ShiftId}
Get all shifts
Method: get
Path: /fscmRestApi/resources/11.13.18.05/shifts
Get one shift
Method: get
Path: /fscmRestApi/resources/11.13.18.05/shifts/{ShiftId}
Update one shift
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/shifts/{ShiftId}