Workday Payroll · Example Payload

Tax Tax Withholding Collection Example

CompensationEnterpriseHuman ResourcesPayrollSaaSTax

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

Top-level fields

datatotal

Example Payload

Raw ↑
{
  "data": [
    {
      "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"
    }
  ],
  "total": 52
}