Absence.io · Example Payload

Allowance Example

AbsencesEmployeesLeave ManagementHR

Allowance Example is an example object payload from Absence.io, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

_iduserIdreasonIdyearallowanceusedremainingcarryover

Example Payload

Raw ↑
{
  "_id": "500234",
  "userId": "500456",
  "reasonId": "500789",
  "year": 2025,
  "allowance": 25,
  "used": 10,
  "remaining": 15,
  "carryover": 0
}