Absence.io · Schema

Allowance

An employee leave allowance record for a specific reason type and year.

AbsencesEmployeesLeave ManagementHR

Properties

Name Type Description
_id string Unique identifier of the allowance.
userId string ID of the user this allowance belongs to.
reasonId string ID of the absence reason type this allowance is for.
year integer Calendar year this allowance applies to.
allowance number Total number of days allowed.
used number Number of days used.
remaining number Number of days remaining.
carryover number Number of days carried over from the previous year.
View JSON Schema on GitHub