HR Partner · Example Payload

Hr Partner Review Example

FY26 annual performance review

HRHRISHuman ResourcesEmployee RecordsLeave ManagementRecruitmentApplicant TrackingOnboardingPerformance ManagementTimesheetsExpense ManagementDocument LibraryE-SignatureSoftware-as-a-ServiceAustralia

Hr Partner Review 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

idreview_typedescriptionreview_datereviewerscorereview_statuscommentsemployee

Example Payload

Raw ↑
{
  "id": "rev_1101",
  "review_type": "Annual",
  "description": "FY26 annual performance review",
  "review_date": "2026-04-30",
  "reviewer": "Sam Lee",
  "score": 4.3,
  "review_status": "Completed",
  "comments": "Exceeds expectations on technical leadership.",
  "employee": {
    "code": "EMP001",
    "first_names": "Avery",
    "last_name": "Chen",
    "full_name": "Avery Chen",
    "department": "Engineering"
  }
}