Workday Advanced Compensation · Example Payload

Workday Advanced Compensation Bonus Plan Example

Workday Advanced Compensation Bonus 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

idnamecompensationPlanIdeffectiveDatetargetPercentmaxPercentcurrencystatus

Example Payload

Raw ↑
{
  "id": "BP-AIP-2026",
  "name": "Annual Incentive Plan 2026",
  "compensationPlanId": "CP-002",
  "effectiveDate": "2026-01-01",
  "targetPercent": 15.0,
  "maxPercent": 30.0,
  "currency": "USD",
  "status": "ACTIVE"
}