Workday · Example Payload

Compensation Compensation Grade Example

Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

Compensation Compensation Grade 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

iddescriptornameisInactiveminimumAmountmidpointAmountmaximumAmount

Example Payload

Raw ↑
{
  "id": "abc123",
  "descriptor": "example_value",
  "name": "Example Title",
  "isInactive": true,
  "minimumAmount": 42.5,
  "midpointAmount": 42.5,
  "maximumAmount": 42.5
}