Workday Payroll · Example Payload

Tax Tax Withholding Example

CompensationEnterpriseHuman ResourcesPayrollSaaSTax

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

Top-level fields

idjurisdictiontaxTypefilingStatusallowancesadditionalWithholdingexempteffectiveDatecurrency

Example Payload

Raw ↑
{
  "id": "twh_w100542_federal",
  "jurisdiction": {
    "id": "tjur_us_federal",
    "descriptor": "Weekly USD Pay Group"
  },
  "taxType": "FederalIncome",
  "filingStatus": "Single",
  "allowances": 2,
  "additionalWithholding": 50.0,
  "exempt": false,
  "effectiveDate": "2026-04-30",
  "currency": "USD"
}