---
title: "List tax rates"
method: GET
path: "/api/business/{businessId}/branch/{branchId}/taxrate"
tags: ["Tax"]
---

# List tax rates

`GET /api/business/{businessId}/branch/{branchId}/taxrate`

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

## Path parameters

- `businessId` string, required
- `branchId` string, required

## Response `200`

Tax rates listed

- DataPagedModelTaxRateResponse
  - `_embedded` object
    - `taxRates` TaxRateResponse[]
      - `taxId` string — Unique id for the taxRate
      - `name` string — The customTypeName given to the tax rate.
      - `rate` number — The total tax amount.
      - `type` 'SERVICE' | 'PRODUCT' — The type of item this tax applies to. Can be either SERVICE or PRODUCT
  - `page` PageMetadata
    - `size` integer
    - `totalElements` integer
    - `totalPages` integer
    - `number` integer

## Other responses

- `400` — Bad Request
- `404` — Business or branch with the specified ids don't exist
- `429` — Request rate limit exceeded. Current limit set to 100 rps.
- `500` — Internal Server Error

---

[API](https://skmtc.net/phorest/apis/third-party-api.md) · [All operations](https://skmtc.net/phorest/apis/third-party-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/phorest/third-party-api/revisions/2218bc90d39c/schema)
