Workday Payroll · Example Payload

Tax Create Tax Election Request Example

CompensationEnterpriseHuman ResourcesPayrollSaaSTax

Tax Create Tax Election Request 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

formTypejurisdictionIdfilingStatusmultipleJobsdependentsAmountotherIncomedeductionsadditionalWithholdingeffectiveDate

Example Payload

Raw ↑
{
  "formType": "W4",
  "jurisdictionId": "tjur_us_federal",
  "filingStatus": "example",
  "multipleJobs": true,
  "dependentsAmount": 2000.0,
  "otherIncome": 0.0,
  "deductions": 0.0,
  "additionalWithholding": 50.0,
  "effectiveDate": "2026-04-30"
}