Workday Advanced Compensation · Example Payload

Workday Advanced Compensation Compensation Change Request Example

Workday Advanced Compensation Compensation Change Request 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

employeeIdeffectiveDatechangeReasonnewBasePaycurrencypayFrequencycompensationGradeIdcomments

Example Payload

Raw ↑
{
  "employeeId": "EMP-12345",
  "effectiveDate": "2026-04-01",
  "changeReason": "Merit increase based on performance review",
  "newBasePay": 120000,
  "currency": "USD",
  "payFrequency": "ANNUAL",
  "compensationGradeId": "CG-M4",
  "comments": "Exceptional performance rating - top 10% performer"
}