Attachments of the Candidates REST Endpoints

Recruiting Candidates/Attachments of the Candidates
The attachments resource is a child of the recruitingCandidates resource and provides details about attachments provided by the candidate.
Create an attachment for a candidate
Method: post
Path: /hcmRestApi/resources/11.13.18.05/recruitingCandidates/{CandidateNumber}/child/attachments
Delete an attachment of a candidate
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/recruitingCandidates/{CandidateNumber}/child/attachments/{attachmentsUniqID}
Get all attachments of a candidate
Method: get
Path: /hcmRestApi/resources/11.13.18.05/recruitingCandidates/{CandidateNumber}/child/attachments
Get an attachment of a candidate
Method: get
Path: /hcmRestApi/resources/11.13.18.05/recruitingCandidates/{CandidateNumber}/child/attachments/{attachmentsUniqID}
Update an attachment of a candidate
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/recruitingCandidates/{CandidateNumber}/child/attachments/{attachmentsUniqID}