---
title: "Get Tax Rates"
method: GET
path: "/f/finance/{businessLocationId}/tax-rates"
tags: ["Financial"]
---

# Get Tax Rates

`GET /f/finance/{businessLocationId}/tax-rates`

Returns tax rates for a business location.

## Path parameters

- `businessLocationId` integer, required

## Response `200`

Tax rates returned

- FinancialApiResourcesTaxRate
  - `_embedded` object
    - `taxRateList` FinancialApiTaxRate[]
      - `code` string — System code for the tax rate.
      - `description` string — Name of the tax rate.
      - `rate` number — Multiplier for the tax rate.
      - `taxIncluded` boolean — Whether or not the tax is included.
      - `accountingReference` string
  - `_links` object
    - `self` object
      - `href` string

---

[API](https://skmtc.net/lightspeed/apis/lightspeed-restaurant-k-series-api.md) · [All operations](https://skmtc.net/lightspeed/apis/lightspeed-restaurant-k-series-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightspeed/lightspeed-restaurant-k-series-api/revisions/fd2e31cf57dd/schema)
