Workday Advanced Compensation · Example Payload

Workday Advanced Compensation Merit Plan Example

Workday Advanced Compensation Merit Plan 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

idnamecompensationPlanIdeffectiveDatebudgetPercentminIncreasePercentmaxIncreasePercentstatus

Example Payload

Raw ↑
{
  "id": "MP-2026",
  "name": "2026 Annual Merit Plan",
  "compensationPlanId": "CP-001",
  "effectiveDate": "2026-01-01",
  "budgetPercent": 3.5,
  "minIncreasePercent": 0.0,
  "maxIncreasePercent": 8.0,
  "status": "ACTIVE"
}