---
title: "Create or update tax level configuration"
method: PUT
path: "/taxes/level-configurations"
tags: ["Taxes"]
---

# Create or update tax level configuration

`PUT /taxes/level-configurations`

Use to define on which level the taxes are defined for a specific unit type.

## Request body

- object
  - `unitTypeId` string, required — 1. The unit (listing) id
  - `levelEntityType` 'ACCOUNT' | 'UNIT_TYPE', required — Sets from what entity will the taxes for reservations made on the unitType will be taken from

## Response `200`

The taxes level configuration has been successfully updated or created.

- object
  - `unitTypeId` string, required
  - `accountId` string, required
  - `levelEntityType` 'ACCOUNT' | 'UNIT_TYPE', required

## Other responses

- `400` — The input provided is invalid.

---

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