Workday Payroll · Example Payload

Payroll Results Payslip Deduction Line Example

CompensationEnterpriseHuman ResourcesPayrollSaaSTax

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

Top-level fields

deductionCodeemployeeAmountemployerAmountpreTaxyearToDateEmployeeyearToDateEmployer

Example Payload

Raw ↑
{
  "deductionCode": "MEDICAL_PRETAX",
  "employeeAmount": 287.5,
  "employerAmount": 287.5,
  "preTax": true,
  "yearToDateEmployee": 8742.5,
  "yearToDateEmployer": 8742.5
}