---
title: "Update VAT Rate"
method: PUT
path: "/business/v2/entities/tax-rate/{taxRateId}"
tags: ["VAT Rates"]
---

# Update VAT Rate

`PUT /business/v2/entities/tax-rate/{taxRateId}`

Endpoint to update `VATRate`.

## Path parameters

- `taxRateId` string, required — The `VatRate` ID.

## Request body

- UpdateVatRate — Update `VatRate` JSON parameters.
  - `code` string — The code of the `VATRate`.
  - `name` string — 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 returned resource is a single `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.
- `404` — One or more resource requested does not exist.

---

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