---
title: "Request a tax package"
method: POST
path: "/tax_packages"
---

# Request a tax package

`POST /tax_packages`

## Request body

- object
  - `company` string — ID of the company
  - `contents` string, json — JSON object of `employee_tax_statements` IDs to generate

## Response `201`

201

- object
  - `id` string
  - `company` string
  - `status` string
  - `contents` object
    - `employee_tax_statements` string[]
  - `result` unknown
  - `succeeded_at` unknown
  - `error` unknown
  - `created_at` string

## 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/revisions/f46e28134549/schema)
