HR Partner · Example Payload

Hr Partner Leave Request Example

Family holiday

HRHRISHuman ResourcesEmployee RecordsLeave ManagementRecruitmentApplicant TrackingOnboardingPerformance ManagementTimesheetsExpense ManagementDocument LibraryeSignatureSaaSAustralia

Hr Partner Leave Request Example is an example object payload from HR Partner, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idleave_typedescriptionstart_dateend_datedurationleave_statuscommentsemployee

Example Payload

Raw ↑
{
  "id": "lr_4501",
  "leave_type": "Annual Leave",
  "description": "Family holiday",
  "start_date": "2026-06-15",
  "end_date": "2026-06-26",
  "duration": 10,
  "leave_status": "Approved",
  "comments": "Covered by Priya during absence.",
  "employee": {
    "code": "EMP001",
    "first_names": "Avery",
    "last_name": "Chen",
    "full_name": "Avery Chen",
    "department": "Engineering"
  }
}