Candidate Attachments REST Endpoints

Job Applications/Candidate Attachments
The addresses resource is the child of the recruitingUICandidates resource and provides information about the addresses of a candidate.
Create an attachment
Method: post
Path: /hcmRestApi/resources/11.13.18.05/recruitingUIJobApplications/{SubmissionId}/child/Attachments
Create an attachment
Method: post
Path: /hcmRestApi/resources/11.13.18.05/recruitingUIJobApplications/{SubmissionId}/child/InternalAttachments
Delete an attachment
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/recruitingUIJobApplications/{SubmissionId}/child/Attachments/{AttachmentsUniqID}
Delete an attachment
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/recruitingUIJobApplications/{SubmissionId}/child/InternalAttachments/{AttachmentsUniqID}
Get all attachments
Method: get
Path: /hcmRestApi/resources/11.13.18.05/recruitingUIJobApplications/{SubmissionId}/child/Attachments
Get all attachments
Method: get
Path: /hcmRestApi/resources/11.13.18.05/recruitingUIJobApplications/{SubmissionId}/child/InternalAttachments
Get an attachment
Method: get
Path: /hcmRestApi/resources/11.13.18.05/recruitingUIJobApplications/{SubmissionId}/child/Attachments/{AttachmentsUniqID}
Get an attachment
Method: get
Path: /hcmRestApi/resources/11.13.18.05/recruitingUIJobApplications/{SubmissionId}/child/InternalAttachments/{AttachmentsUniqID}
Update an attachment
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/recruitingUIJobApplications/{SubmissionId}/child/Attachments/{AttachmentsUniqID}
Update an attachment
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/recruitingUIJobApplications/{SubmissionId}/child/InternalAttachments/{AttachmentsUniqID}