Workday Advanced Compensation · Example Payload

Workday Advanced Compensation Compensation Budget Example

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

Top-level fields

idnamecompensationPlanIdorganizationIdbudgetAmountallocatedAmountremainingAmountcurrencyeffectiveDate

Example Payload

Raw ↑
{
  "id": "CB-TECH-2026",
  "name": "Technology Division Merit Budget 2026",
  "compensationPlanId": "CP-001",
  "organizationId": "ORG-TECH-001",
  "budgetAmount": 2500000,
  "allocatedAmount": 1875000,
  "remainingAmount": 625000,
  "currency": "USD",
  "effectiveDate": "2026-01-01"
}