Workday Payroll · Example Payload

Payroll Input Input Record Example

CompensationEnterpriseHuman ResourcesPayrollSaaSTax

Payroll Input Input Record 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

workerIdinputTypeearningCodedeductionCodeamounthourseffectiveDate

Example Payload

Raw ↑
{
  "workerId": "w_100542",
  "inputType": "Earning",
  "earningCode": "REGULAR",
  "deductionCode": "MEDICAL_PRETAX",
  "amount": 2500.0,
  "hours": 40.0,
  "effectiveDate": "2026-04-30"
}