Workday Payroll · Example Payload

Payroll Results Payslip Tax Line Example

CompensationEnterpriseHuman ResourcesPayrollSaaSTax

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

Top-level fields

taxAuthoritytaxTypecurrentAmountyearToDateAmount

Example Payload

Raw ↑
{
  "taxAuthority": "Internal Revenue Service",
  "taxType": "FederalIncome",
  "currentAmount": 2840.0,
  "yearToDateAmount": 8742.5
}