Workday Payroll · Example Payload

Payroll Earning Example

CompensationEnterpriseHuman ResourcesPayrollSaaSTax

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

Top-level fields

idearningCodeamounthoursrateeffectiveDatepayPeriod

Example Payload

Raw ↑
{
  "id": "ern_20260430_00301",
  "earningCode": {
    "id": "REGULAR",
    "descriptor": "Weekly USD Pay Group"
  },
  "amount": 2500.0,
  "hours": 40.0,
  "rate": 32.5,
  "effectiveDate": "2026-04-30",
  "payPeriod": {
    "startDate": "2026-04-30",
    "endDate": "2026-04-30"
  }
}