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: post
Path: /hcmRestApi/resources/11.13.18.05/absences/{absencesUniqID}/child/absenceEntryCertifications
Delete a certification associated with an absence
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/absences/{absencesUniqID}/child/absenceEntryCertifications/{PersonCertificationId}
Get all absence certifications records
Method: get
Path: /hcmRestApi/resources/11.13.18.05/absences/{absencesUniqID}/child/absenceEntryCertifications
Get an absence certification record
Method: get
Path: /hcmRestApi/resources/11.13.18.05/absences/{absencesUniqID}/child/absenceEntryCertifications/{PersonCertificationId}
Perform a certificate action for an absence
Method: post
Path: /hcmRestApi/resources/11.13.18.05/absences/{absencesUniqID}/child/absenceEntryCertifications/action/performCertificateAction
Update a certification associated with an absence
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/absences/{absencesUniqID}/child/absenceEntryCertifications/{PersonCertificationId}