Citizenships of the Candidates REST Endpoints
Recruiting Job Site Candidates/Citizenships of the Candidates
The citizenships resource is a child of the recruitingCandidates resource and provides details about the citizenship of the candidate. Note that the service endpoints in this resource category can only be used by approved Oracle Cloud Marketplace partners.
- Create a candidate citizenship
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/recruitingJobSiteCandidates/{CandidateNumber}/child/citizenships
- Delete a candidate citizenship
- Method: deletePath:
/hcmRestApi/resources/11.13.18.05/recruitingJobSiteCandidates/{CandidateNumber}/child/citizenships/{CitizenshipId}
- Get a candidate citizenship
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/recruitingJobSiteCandidates/{CandidateNumber}/child/citizenships/{CitizenshipId}
- Get all candidate citizenships
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/recruitingJobSiteCandidates/{CandidateNumber}/child/citizenships
- Update a candidate citizenship
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/recruitingJobSiteCandidates/{CandidateNumber}/child/citizenships/{CitizenshipId}