- Subcategories:
- Large Object (LOB) Attributes - Comments
Work Preferences of the Recruiting Candidates REST Endpoints
Recruiting Candidates/Work Preferences of the Recruiting Candidates
The workPreferences resource is a child of the recruitingCandidates resource and provides details about the work preferences of the candidate.
- Create a candidate work preference
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/recruitingCandidates/{CandidateNumber}/child/workPreferences - Delete a candidate work preference
- Method: deletePath:
/hcmRestApi/resources/11.13.18.05/recruitingCandidates/{CandidateNumber}/child/workPreferences/{WorkPreferenceId} - Get a candidate work preference
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/recruitingCandidates/{CandidateNumber}/child/workPreferences/{WorkPreferenceId} - Get all candidate work preferences
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/recruitingCandidates/{CandidateNumber}/child/workPreferences - Update a candidate work preference
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/recruitingCandidates/{CandidateNumber}/child/workPreferences/{WorkPreferenceId}