v1
latestOpenAPI 3.1.02026-08-06236494759.4 KBVAT Rates
Add VAT Rate
Endpoint to add a new VatRate.
post/business/v2/entities/tax-rate
Request body
Example request
{
"code": "code-vat-11",
"name": "Tax 11",
"description": "Number 11 of Tax code",
"enabled": true
}Response
The result is an VatRate.
Example response
{
"id": "7bf79328-a7ae-4222-aa54-091ff7f429a7",
"code": "code-vat-11",
"name": "Tax 11",
"description": "Number 11 of Tax code",
"percentage": 15,
"enabled": true,
"integration": "something",
"creation_time": "2017-06-01T12:48:40Z",
"last_update_time": "2017-06-01T12:48:40Z"
}