Experience of the Recruiting Candidates REST Endpoints

Recruiting Candidates/Experience of the Recruiting Candidates
The experience resource is a child of the recruitingCandidates resource and provides details about the work experience of the candidate.
Create a candidate work experience
Method: post
Path: /hcmRestApi/resources/11.13.18.05/recruitingCandidates/{CandidateNumber}/child/experience
Delete a candidate work experience
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/recruitingCandidates/{CandidateNumber}/child/experience/{PreviousEmploymentId}
Get a candidate work experience
Method: get
Path: /hcmRestApi/resources/11.13.18.05/recruitingCandidates/{CandidateNumber}/child/experience/{PreviousEmploymentId}
Get all candidate work experiences
Method: get
Path: /hcmRestApi/resources/11.13.18.05/recruitingCandidates/{CandidateNumber}/child/experience
Update a candidate work experience
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/recruitingCandidates/{CandidateNumber}/child/experience/{PreviousEmploymentId}