Workday · Example Payload

Compensation Scorecard Result Example

Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

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

Top-level fields

iddescriptorcurrentBasePayAmountproposedBasePayAmountpercentChangemeritAmountpromotionAmount

Example Payload

Raw ↑
{
  "id": "abc123",
  "descriptor": "example_value",
  "currentBasePayAmount": 42.5,
  "proposedBasePayAmount": 42.5,
  "percentChange": 42.5,
  "meritAmount": 42.5,
  "promotionAmount": 42.5
}