v1

latestOpenAPI 3.0.1Apache 2.02026-07-2473111182.6 KB
Tax

List tax rates

Get a list of tax rates for the specified business id and branch id

get/api/business/{businessId}/branch/{branchId}/taxrate

Path parameters

businessIdstring required
branchIdstring required

Query parameters

number of tax rate records to return, max is 100

page number, default is 0 and is optional

Response

Tax rates listed

Example response

{
  "_embedded": {
    "taxRates": [
      {
        "taxId": "mWkA6EjdLDyTGL7APWsPxw",
        "name": "VAT 12.5% rate",
        "rate": 12.35,
        "type": "SERVICE"
      }
    ]
  }
}