v1
latestOpenAPI 3.1.02026-08-06911,228852.2 KBFinancial
Get Tax Rates
Returns tax rates for a business location.
get/f/finance/{businessLocationId}/tax-rates
Path parameters
businessLocationIdinteger required
The unique identifier for the business location.
Response
Tax rates returned
Example response
{
"_embedded": {
"taxRateList": [
{
"code": "VAT20",
"description": "VAT 20%",
"rate": 1.2
}
]
},
"_links": {
"self": {
"href": "https://api.ikentoo.com/f/finance/141948669132802/tax-rates"
}
}
}