Workday Payroll · Schema

TaxElection

TaxElection schema from Workday Payroll Workday Tax API

CompensationEnterpriseHuman ResourcesPayrollSoftware-as-a-ServiceTax

Properties

Name Type Description
id string Unique identifier for the tax election
formType string Type of tax form
jurisdiction object
filingStatus string Filing status on the form
multipleJobs boolean Whether the worker has multiple jobs (W-4 Step 2)
dependentsAmount number Total amount for dependents (W-4 Step 3)
otherIncome number Other income amount (W-4 Step 4a)
deductions number Itemized deductions amount (W-4 Step 4b)
additionalWithholding number Extra withholding per period (W-4 Step 4c)
effectiveDate string Effective date of the election
submittedOn string When the election was submitted
status string Current status of the election
View JSON Schema on GitHub

JSON Schema

tax-tax-election-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/workday-payroll/refs/heads/main/json-schema/tax-tax-election-schema.json",
  "title": "TaxElection",
  "description": "TaxElection schema from Workday Payroll Workday Tax API",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier for the tax election",
      "example": "tel_w100542_w4_2026"
    },
    "formType": {
      "type": "string",
      "enum": [
        "W4",
        "StateWithholding",
        "LocalWithholding"
      ],
      "description": "Type of tax form",
      "example": "W4"
    },
    "jurisdiction": {
      "$ref": "#/$defs/TaxJurisdictionRef"
    },
    "filingStatus": {
      "type": "string",
      "description": "Filing status on the form",
      "example": "example"
    },
    "multipleJobs": {
      "type": "boolean",
      "description": "Whether the worker has multiple jobs (W-4 Step 2)",
      "example": true
    },
    "dependentsAmount": {
      "type": "number",
      "format": "double",
      "description": "Total amount for dependents (W-4 Step 3)",
      "example": 2000.0
    },
    "otherIncome": {
      "type": "number",
      "format": "double",
      "description": "Other income amount (W-4 Step 4a)",
      "example": 0.0
    },
    "deductions": {
      "type": "number",
      "format": "double",
      "description": "Itemized deductions amount (W-4 Step 4b)",
      "example": 0.0
    },
    "additionalWithholding": {
      "type": "number",
      "format": "double",
      "description": "Extra withholding per period (W-4 Step 4c)",
      "example": 50.0
    },
    "effectiveDate": {
      "type": "string",
      "format": "date",
      "description": "Effective date of the election",
      "example": "2026-04-30"
    },
    "submittedOn": {
      "type": "string",
      "format": "date-time",
      "description": "When the election was submitted",
      "example": "2026-04-30T16:45:00Z"
    },
    "status": {
      "type": "string",
      "enum": [
        "Active",
        "Superseded",
        "Voided"
      ],
      "description": "Current status of the election",
      "example": "Active"
    }
  },
  "$defs": {
    "TaxJurisdictionRef": {
      "type": "object",
      "properties": {
        "id": {
          "type": "string",
          "description": "Jurisdiction identifier",
          "example": "tjur_us_federal"
        },
        "descriptor": {
          "type": "string",
          "description": "Jurisdiction display name",
          "example": "Weekly USD Pay Group"
        }
      }
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/tax-tax-election"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.