v1
latestOpenAPI 3.1.02026-08-06236494759.4 KBVAT Rates
Update VAT Rate
Endpoint to update VATRate.
put/business/v2/entities/tax-rate/{taxRateId}
Path parameters
taxRateIdstring required
The VatRate ID.
Request body
Example request
{
"code": "code-vat-11",
"name": "Tax 11",
"description": "something",
"percentage": 15,
"enabled": true
}Response
The returned resource is a single 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"
}