Attachments of the Candidates REST Endpoints

Recruiting Job Site Candidates/Attachments of the Candidates
The attachments resource is a child of the recruitingJobSiteCandidates resource. It provides details about the documents attached by the candidates. Note that the service endpoints in this resource category can only be used by approved Oracle Cloud Marketplace partners.
Create a candidate attachment
Method: post
Path: /hcmRestApi/resources/11.13.18.05/recruitingJobSiteCandidates/{CandidateNumber}/child/attachments
Delete a candidate attachment
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/recruitingJobSiteCandidates/{CandidateNumber}/child/attachments/{Id}
Get a candidate attachment
Method: get
Path: /hcmRestApi/resources/11.13.18.05/recruitingJobSiteCandidates/{CandidateNumber}/child/attachments/{Id}
Get all candidate attachments
Method: get
Path: /hcmRestApi/resources/11.13.18.05/recruitingJobSiteCandidates/{CandidateNumber}/child/attachments
Update a candidate attachment
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/recruitingJobSiteCandidates/{CandidateNumber}/child/attachments/{Id}