Candidate Attachments REST Endpoints

Worker Journey Tasks/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/workerJourneyTasks/{workerJourneyTasksUniqID}/child/attachments
Create an attachment
Method: post
Path: /hcmRestApi/resources/11.13.18.05/workerJourneyTasks/{workerJourneyTasksUniqID}/child/documents
Delete an attachment
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/workerJourneyTasks/{workerJourneyTasksUniqID}/child/attachments/{attachmentsUniqID}
Delete an attachment
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/workerJourneyTasks/{workerJourneyTasksUniqID}/child/documents/{attachmentsUniqID}
Get all attachments
Method: get
Path: /hcmRestApi/resources/11.13.18.05/workerJourneyTasks/{workerJourneyTasksUniqID}/child/attachments
Get all attachments
Method: get
Path: /hcmRestApi/resources/11.13.18.05/workerJourneyTasks/{workerJourneyTasksUniqID}/child/documents
Get an attachment
Method: get
Path: /hcmRestApi/resources/11.13.18.05/workerJourneyTasks/{workerJourneyTasksUniqID}/child/attachments/{attachmentsUniqID}
Get an attachment
Method: get
Path: /hcmRestApi/resources/11.13.18.05/workerJourneyTasks/{workerJourneyTasksUniqID}/child/documents/{attachmentsUniqID}
Update an attachment
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/workerJourneyTasks/{workerJourneyTasksUniqID}/child/attachments/{attachmentsUniqID}
Update an attachment
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/workerJourneyTasks/{workerJourneyTasksUniqID}/child/documents/{attachmentsUniqID}