---
title: "Add VAT Rate to Transaction"
method: POST
path: "/business/v2/transactions/{transactionId}/tax-rate/{taxRateId}"
tags: ["Transactions"]
---

# Add VAT Rate to Transaction

`POST /business/v2/transactions/{transactionId}/tax-rate/{taxRateId}`

Endpoint to assign a `VatRate` to a `Transaction`.

## Path parameters

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

## Response `204`

No content as result.

## Other responses

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