Tax
Retrieve a tax rate
Get a tax rate for the specified business id, branch id and tax rate id
get/api/business/{businessId}/branch/{branchId}/taxrate/{taxId}
Path parameters
businessIdstring required
branchIdstring required
taxIdstring required
Response
Specified tax rate retrieved
Example response
{
"taxId": "mWkA6EjdLDyTGL7APWsPxw",
"name": "VAT 12.5% rate",
"rate": 12.35,
"type": "SERVICE"
}