v1

latestOpenAPI 3.1.02026-07-241642423.7 KB

List employee tax elections

get/employee_tax_elections

Query parameters

companystring

Unique ID for the company.

employeestring

Unique ID for the employee.

taxstring

Unique ID for the tax.

as_ofstring date

Used to list tax elections applicable as of the supplied date. Defaults to today.

exemptibleboolean

Used to filter tax elections to exemptible taxes.

jurisdictionstring

Jurisdiction to filter tax elections to, as a lowercase region code (e.g. fed, ny, pa) or legacy jur_ jurisdiction ID. A state's code includes its state and local taxes.

Response

200

{"stackTrail":"paths:/employee_tax_elections:get:responses:200:content:application/json:schema:properties:next","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/employee_tax_elections:get:responses:200:content:application/json:schema:properties:previous","oasType":"schema","type":"unknown"}

Example response

{
  "results": [
    {
      "id": "txe_RiS2Nrxa3RZ1zECcKR1t",
      "tax": "tax_ImvSF9CTuMdokf0uwx5x",
      "description": "Employer FICA Tax",
      "payer": "company",
      "company": "com_GxosnNzVxmoXow6qUCHF",
      "employee": "emp_12345",
      "jurisdiction": "jur_J1IozKUkhPC6ueJqtTdt",
      "jurisdiction_abbreviation": "FED"
    }
  ]
}