Absence.io · Example Payload

Reason Type Example

AbsencesEmployeesLeave ManagementHR

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

Top-level fields

_idnamecolorrequiresApprovalaffectsAllowance

Example Payload

Raw ↑
{
  "_id": "500789",
  "name": "Vacation",
  "color": "#4CAF50",
  "requiresApproval": true,
  "affectsAllowance": true
}