- Subcategories:
 - Large Object (LOB) Attributes - FileContents
 - Large Object (LOB) Attributes - FileWebImage
 
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: postPath:
/hcmRestApi/resources/11.13.18.05/recruitingCandidates/{CandidateNumber}/child/attachments - Delete an attachment of a candidate
 - Method: deletePath:
/hcmRestApi/resources/11.13.18.05/recruitingCandidates/{CandidateNumber}/child/attachments/{attachmentsUniqID} - Get all attachments of a candidate
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/recruitingCandidates/{CandidateNumber}/child/attachments - Get an attachment of a candidate
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/recruitingCandidates/{CandidateNumber}/child/attachments/{attachmentsUniqID} - Update an attachment of a candidate
 - Method: patchPath:
/hcmRestApi/resources/11.13.18.05/recruitingCandidates/{CandidateNumber}/child/attachments/{attachmentsUniqID}