Workday Payroll · Example Payload

Payroll Results Payslip Earning Line Example

CompensationEnterpriseHuman ResourcesPayrollSaaSTax

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

Top-level fields

earningCodecurrentAmountcurrentHoursrateyearToDateAmount

Example Payload

Raw ↑
{
  "earningCode": "REGULAR",
  "currentAmount": 2840.0,
  "currentHours": 40.0,
  "rate": 32.5,
  "yearToDateAmount": 8742.5
}