HR Partner · Example Payload

Hr Partner Expense Example

Conference ticket (APIDays Sydney)

HRHRISHuman ResourcesEmployee RecordsLeave ManagementRecruitmentApplicant TrackingOnboardingPerformance ManagementTimesheetsExpense ManagementDocument LibraryeSignatureSaaSAustralia

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

Top-level fields

iddescriptionamountcurrencyclaim_dateexpense_statusemployee

Example Payload

Raw ↑
{
  "id": "exp_911",
  "description": "Conference ticket (APIDays Sydney)",
  "amount": 1499.00,
  "currency": "AUD",
  "claim_date": "2026-05-12",
  "expense_status": "Approved",
  "employee": {
    "code": "EMP001",
    "first_names": "Avery",
    "last_name": "Chen",
    "full_name": "Avery Chen",
    "department": "Engineering"
  }
}