v1
latestOpenAPI 3.1.02026-07-241642423.7 KBList 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
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"
}
]
}