---
title: "OData end point to get a list of all sales taxes accessible by the user"
method: GET
path: "/api/salestax"
tags: ["SalesTax"]
---

# OData end point to get a list of all sales taxes accessible by the user

`GET /api/salestax`

## Response `200`

OK

- SalesTaxDTO[]
  - `description` string
  - `isDeleted` boolean — 
  - `guid` string, uuid
  - `name` string, required
  - `rate` number, double, required
  - `isCompound` boolean, required — If set to true this will be considered to be a "Compound Tax". A compound tax is a special tax that is calculated after and on top of a primary tax. In Canada, Quebec and Prince Edward Island use compound taxes of 8.5% and 10% respectively.

---

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