---
title: "Create company tax elections"
method: POST
path: "/company_tax_elections"
---

# Create company tax elections

`POST /company_tax_elections`

## Request body

- object
  - `List of Tax Elections` object[], required
    - `id` string, required — Unique identifier for the Tax Election.
    - `company` string, required — Unique identifier for the Company.
    - `setting` object — The Tax Election setting.
      - `exempt` boolean, required — Whether or not the tax is exempt.
      - `effective_start` string, date, required — The effective start date for the Tax Election setting value.
      - `effective_end` string, date — The effective end date for the Tax Election setting value.

## Response `200`

200

## Other responses

- `400` — 400

---

[API](https://skmtc.net/checkhq/apis/check-api.md) · [All operations](https://skmtc.net/checkhq/apis/check-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/checkhq/check-api/versions/f46e28134549/schema)
