- Subcategories:
- Large Object (LOB) Attributes - ActivitySummary
- Large Object (LOB) Attributes - Comments
- Large Object (LOB) Attributes - Description
- Large Object (LOB) Attributes - Reimbursements
Education of the Recruiting Candidates REST Endpoints
Recruiting Candidates/Education of the Recruiting Candidates
The education resource is a child of the recruitingCandidates resource and provides details about the education of the candidate.
- Create a candidate education
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/recruitingCandidates/{CandidateNumber}/child/education - Delete a candidate education
- Method: deletePath:
/hcmRestApi/resources/11.13.18.05/recruitingCandidates/{CandidateNumber}/child/education/{EducationId} - Get a candidate education
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/recruitingCandidates/{CandidateNumber}/child/education/{EducationId} - Get all candidate educations
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/recruitingCandidates/{CandidateNumber}/child/education - Update a candidate education
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/recruitingCandidates/{CandidateNumber}/child/education/{EducationId}