Shift Details REST Endpoints

SCM Common/Shifts/Shift Details
The Shift Details resource gets the collection of time segments that decompose the working time of the Shift. Only Time shifts that are of type Flexible or Punch have shift details.
Create details
Method: post
Path: /fscmRestApi/resources/11.13.18.05/shifts/{ShiftId}/child/shiftDetails
Delete one detail
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/shifts/{ShiftId}/child/shiftDetails/{ShiftDetailsId}
Get all details
Method: get
Path: /fscmRestApi/resources/11.13.18.05/shifts/{ShiftId}/child/shiftDetails
Get one detail
Method: get
Path: /fscmRestApi/resources/11.13.18.05/shifts/{ShiftId}/child/shiftDetails/{ShiftDetailsId}
Update one detail
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/shifts/{ShiftId}/child/shiftDetails/{ShiftDetailsId}