Absentify · Example Payload

Absentify Absence Example

Absence ManagementHRLeave ManagementMicrosoft TeamsHuman Resources

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

Top-level fields

datemember_idleave_type_idrequest_idhalf_dayhalf_day_partstatus

Example Payload

Raw ↑
{
  "date": "2026-07-01",
  "member_id": "mem_01HXYZ",
  "leave_type_id": "lt_01GHI",
  "request_id": "req_01JKL",
  "half_day": false,
  "half_day_part": null,
  "status": "approved"
}