Workday Advanced Compensation · Example Payload

Workday Advanced Compensation Compensation Review Example

Workday Advanced Compensation Compensation Review Example is an example object payload from Workday Advanced Compensation, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnamecompensationPlanIdstartDateendDatestatusreviewerCountemployeeCount

Example Payload

Raw ↑
{
  "id": "CR-2026-Q1",
  "name": "Q1 2026 Merit Review Cycle",
  "compensationPlanId": "CP-001",
  "startDate": "2026-01-15",
  "endDate": "2026-03-31",
  "status": "IN_PROGRESS",
  "reviewerCount": 145,
  "employeeCount": 890
}