Absences REST Endpoints

Absences
The absences resource provides the absence service used to record, view, update, and withdraw absences for employees.
Create an absence record
Method: post
Path: /hcmRestApi/resources/11.13.18.05/absences
Delete an absence record
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/absences/{absencesUniqID}
Display absence cases based on search criteria
Method: post
Path: /hcmRestApi/resources/11.13.18.05/absences/action/findByAdvancedSearchQueryForCases
Display absence type projected balance.
Method: post
Path: /hcmRestApi/resources/11.13.18.05/absences/action/loadProjectedBalance
Display daily and shift details of the absence request
Method: post
Path: /hcmRestApi/resources/11.13.18.05/absences/action/absenceDailyDetailsBreakdown
Get all absence records
Method: get
Path: /hcmRestApi/resources/11.13.18.05/absences
Get an absence record
Method: get
Path: /hcmRestApi/resources/11.13.18.05/absences/{absencesUniqID}
Get an absence type balance
Method: post
Path: /hcmRestApi/resources/11.13.18.05/absences/action/getAbsenceTypeBalance
Search existing absences
Method: post
Path: /hcmRestApi/resources/11.13.18.05/absences/action/findByAdvancedSearchQuery
Update an absence record
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/absences/{absencesUniqID}