---
title: "Add VAT Rate"
method: POST
path: "/business/v2/entities/tax-rate"
tags: ["VAT Rates"]
---

# Add VAT Rate

`POST /business/v2/entities/tax-rate`

Endpoint to add a new `VatRate`.

## Request body

- CreateVatRate — Add `VatRate` JSON parameters.
  - `code` string — The code of the VATRate.
  - `name` string, required — The name of the VATRate.
  - `description` string — the description of the VATRate.
  - `percentage` number, double, required — The percentage value of the VATRate.
  - `enabled` boolean — the VATRate is visible in the transaction detail.

## Response `200`

The result is an `VatRate`.

- VatRate
  - `id` string — The `VATRate` ID.
  - `code` string — The code of the `VATRate`.
  - `name` string — The name of the `VATRate`
  - `description` string — A custom description of the `VATRate`.
  - `percentage` number, double — The percentage value of the `VATRate`
  - `enabled` boolean — The `VATRate` is visible in the transaction detail.
  - `integration` string — The `VATRate`'s corresponding integration.
  - `creation_time` string — The date and time when the `VATRate` was created (sortable: yes).
  - `last_update_time` string — The date and time when the `VATRate` was last updated (sortable: yes).

## Other responses

- `400` — Your request has missing arguments or is malformed.

---

[API](https://skmtc.net/soldo/apis/soldo-business-api-v2-0.md) · [All operations](https://skmtc.net/soldo/apis/soldo-business-api-v2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/soldo/soldo-business-api-v2-0/revisions/7be21448a2b3/schema)
