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: postPath:
/fscmRestApi/resources/11.13.18.05/shifts/{ShiftId}/child/shiftDetails
- Delete one detail
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/shifts/{ShiftId}/child/shiftDetails/{ShiftDetailsId}
- Get all details
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/shifts/{ShiftId}/child/shiftDetails
- Get one detail
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/shifts/{ShiftId}/child/shiftDetails/{ShiftDetailsId}
- Update one detail
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/shifts/{ShiftId}/child/shiftDetails/{ShiftDetailsId}