Absence Attachments REST Endpoints

Absences/Absence Attachments
The attachments resource is a child of the absences resource. It provides attachments of an absence record for a person.
Create an absence attachment
Method: post
Path: /hcmRestApi/resources/11.13.18.05/absences/{absencesUniqID}/child/absenceAttachments
Delete an absence attachment
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/absences/{absencesUniqID}/child/absenceAttachments/{absenceAttachmentsUniqID}
Get all absence attachments
Method: get
Path: /hcmRestApi/resources/11.13.18.05/absences/{absencesUniqID}/child/absenceAttachments
Get an absence attachment
Method: get
Path: /hcmRestApi/resources/11.13.18.05/absences/{absencesUniqID}/child/absenceAttachments/{absenceAttachmentsUniqID}
Update an absence attachment
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/absences/{absencesUniqID}/child/absenceAttachments/{absenceAttachmentsUniqID}