---
title: "Bulk update employee tax parameters"
method: PATCH
path: "/employee_tax_params/settings"
---

# Bulk update employee tax parameters

`PATCH /employee_tax_params/settings`

## Request body

- object
  - `RAW_BODY` object[] — List of employee tax param update objects
    - `id` string, required — ID of the tax parameter that will be updated.
    - `company` string, required — ID of the company.
    - `employee` string, required — ID of the employee.
    - `applied_for` boolean — (Optional) Indicates whether the setting was marked as applied for.
    - `value` string — (Optional) The value of the setting.
    - `effective_start` string, date — (Optional) Date representing when the supplied value will start being effective.

## Response `200`

200

- object

## 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)
