Absence Certification Attachments REST Endpoints

Absences/Absence Certifications/Absence Certification Attachments
The absence certification attachments resource provides all the certification attachments of an absence.
Create an absence certification attachment
Method: post
Path: /hcmRestApi/resources/11.13.18.05/absences/{absencesUniqID}/child/absenceEntryCertifications/{PersonCertificationId}/child/certificationAttachments
Delete a certification attachment
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/absences/{absencesUniqID}/child/absenceEntryCertifications/{PersonCertificationId}/child/certificationAttachments/{certificationAttachmentsUniqID}
Get all absence certification attachments
Method: get
Path: /hcmRestApi/resources/11.13.18.05/absences/{absencesUniqID}/child/absenceEntryCertifications/{PersonCertificationId}/child/certificationAttachments
Get an absence certification attachment
Method: get
Path: /hcmRestApi/resources/11.13.18.05/absences/{absencesUniqID}/child/absenceEntryCertifications/{PersonCertificationId}/child/certificationAttachments/{certificationAttachmentsUniqID}
Update a certification attachment
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/absences/{absencesUniqID}/child/absenceEntryCertifications/{PersonCertificationId}/child/certificationAttachments/{certificationAttachmentsUniqID}