v1

latestOpenAPI 3.1.02026-07-241642423.7 KB

List company tax elections

get/company_tax_elections

Query parameters

companystring

Unique ID for the company.

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:/company_tax_elections:get:responses:200:content:application/json:schema:properties:next","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/company_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",
      "jurisdiction": "jur_J1IozKUkhPC6ueJqtTdt",
      "jurisdiction_abbreviation": "FED"
    }
  ]
}