Workday Payroll · Example Payload

Payroll Earning Collection Example

CompensationEnterpriseHuman ResourcesPayrollSaaSTax

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

Top-level fields

datatotal

Example Payload

Raw ↑
{
  "data": [
    {
      "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"
      }
    },
    {
      "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"
      }
    }
  ],
  "total": 52
}