---
title: "Get tax rate by Id"
method: GET
path: "/taxrates/{id}"
tags: ["Settings"]
---

# Get tax rate by Id

`GET /taxrates/{id}`

Retrieves the tax rate object by Id

## Path parameters

- `id` string, uuid, required

## Response `200`

successful operation

- TaxRateJson
  - `id` string, uuid
  - `name` string
  - `description` string
  - `taxPercentage` number
  - `taxCode` string
  - `taxInclusive` boolean
  - `status` 'ACTIVE' | 'DISABLED' | 'EXPIRED', required
  - `inUse` boolean

---

[API](https://skmtc.net/dealhub/apis/quote-api.md) · [All operations](https://skmtc.net/dealhub/apis/quote-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dealhub/quote-api/revisions/c30f5b9fbfab/schema)
