Workday Payroll · Example Payload

Tax Tax Result Example

CompensationEnterpriseHuman ResourcesPayrollSaaSTax

Tax Tax Result 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

jurisdictiontaxTypeemployeeAmountemployerAmounttaxableWagescurrency

Example Payload

Raw ↑
{
  "jurisdiction": {
    "id": "tjur_us_federal",
    "descriptor": "Weekly USD Pay Group"
  },
  "taxType": "FederalIncome",
  "employeeAmount": 287.5,
  "employerAmount": 287.5,
  "taxableWages": 4750.0,
  "currency": "USD"
}