- Subcategories:
 - Absence Certification Attachments
 
Absence Certifications REST Endpoints
    
        Absences/Absence Certifications
    
The absenceEntryCertifications resource provides the list of all certifications entered as part of an absence.
- Create a certification for an absence
 - Method: postPath:
/hcmRestApi/resources/11.13.18.05/absences/{absencesUniqID}/child/absenceEntryCertifications - Delete a certification associated with an absence
 - Method: deletePath:
/hcmRestApi/resources/11.13.18.05/absences/{absencesUniqID}/child/absenceEntryCertifications/{PersonCertificationId} - Get all absence certifications records
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/absences/{absencesUniqID}/child/absenceEntryCertifications - Get an absence certification record
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/absences/{absencesUniqID}/child/absenceEntryCertifications/{PersonCertificationId} - Perform a certificate action for an absence
 - Method: postPath:
/hcmRestApi/resources/11.13.18.05/absences/{absencesUniqID}/child/absenceEntryCertifications/action/performCertificateAction - Update a certification associated with an absence
 - Method: patchPath:
/hcmRestApi/resources/11.13.18.05/absences/{absencesUniqID}/child/absenceEntryCertifications/{PersonCertificationId}