Staffing Volumes REST Endpoints
Staffing Volumes
The staffing volumes resource drives the staffing requirements for a department, location and skill.
- Create a staffing volume
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/staffingVolumes
- Delete a staffing volume
- Method: deletePath:
/hcmRestApi/resources/11.13.18.05/staffingVolumes/{StaffingVolumeId}
- Delete the staffing volume using an import tag
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/staffingVolumes/action/deleteForImportTag
- Get a single staffing volume
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/staffingVolumes/{StaffingVolumeId}
- Get all staffing volumes
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/staffingVolumes
- Update a staffing volume
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/staffingVolumes/{StaffingVolumeId}