Address of the Recruiting Candidates REST Endpoints
Recruiting Candidates/Address of the Recruiting Candidates
The candidateAddress resource is a child of the recruitingCandidates resource and provides details about the address of the candidate.
- Create a candidate address
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/recruitingCandidates/{CandidateNumber}/child/candidateAddress - Delete a candidate address
- Method: deletePath:
/hcmRestApi/resources/11.13.18.05/recruitingCandidates/{CandidateNumber}/child/candidateAddress/{AddressId} - Get a candidates address
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/recruitingCandidates/{CandidateNumber}/child/candidateAddress/{AddressId} - Get all candidate addresses
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/recruitingCandidates/{CandidateNumber}/child/candidateAddress - Update a candidate address
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/recruitingCandidates/{CandidateNumber}/child/candidateAddress/{AddressId}