- Subcategories:
- Large Object (LOB) Attributes - FileContents
- Large Object (LOB) Attributes - FileWebImage
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: postPath:
/hcmRestApi/resources/11.13.18.05/absences/{absencesUniqID}/child/absenceEntryCertifications/{PersonCertificationId}/child/certificationAttachments
- Delete a certification attachment
- Method: deletePath:
/hcmRestApi/resources/11.13.18.05/absences/{absencesUniqID}/child/absenceEntryCertifications/{PersonCertificationId}/child/certificationAttachments/{certificationAttachmentsUniqID}
- Get all absence certification attachments
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/absences/{absencesUniqID}/child/absenceEntryCertifications/{PersonCertificationId}/child/certificationAttachments
- Get an absence certification attachment
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/absences/{absencesUniqID}/child/absenceEntryCertifications/{PersonCertificationId}/child/certificationAttachments/{certificationAttachmentsUniqID}
- Update a certification attachment
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/absences/{absencesUniqID}/child/absenceEntryCertifications/{PersonCertificationId}/child/certificationAttachments/{certificationAttachmentsUniqID}