Workday Payroll · Example Payload

Tax Tax Filing Example

CompensationEnterpriseHuman ResourcesPayrollSaaSTax

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

Top-level fields

idfilingTypejurisdictiontaxYearquarterformNumbertotalTaxableWagestotalTaxWithheldtotalEmployerTaxdueDatefiledDatestatuscurrency

Example Payload

Raw ↑
{
  "id": "tfl_2026q1_941",
  "filingType": "Quarterly",
  "jurisdiction": {
    "id": "tjur_us_federal",
    "descriptor": "Weekly USD Pay Group"
  },
  "taxYear": 2026,
  "quarter": 1,
  "formNumber": "941",
  "totalTaxableWages": 235000.0,
  "totalTaxWithheld": 28500.0,
  "totalEmployerTax": 14583.7,
  "dueDate": "2026-04-30",
  "filedDate": "2026-04-30",
  "status": "Draft",
  "currency": "USD"
}