---
title: "Get tax rates (PMS)"
method: GET
path: "/consumers/{consumer_id}/pms/taxes"
tags: ["Property Management System", "Taxes"]
---

# Get tax rates (PMS)

`GET /consumers/{consumer_id}/pms/taxes`

Returns a list of the tax rates

## Path parameters

- `consumer_id` string, uuid, required

## Query parameters

- `page` integer
- `size` integer

## Response `200`

Successful Response

- ChiftPagePMSTaxRateItem
  - `items` PMSTaxRateItem[], required
    - `id` string, required — Technical id in Chift
    - `source_ref` Ref, required
      - `id` string, nullable — Technical id in the target software
      - `model` string, nullable — Name of the model/entity in the target software
    - `label` string, nullable — Label of the tax rate
    - `rate` number, nullable — Percentage of the tax rate
    - `is_city_tax` boolean, nullable — Indicates if the tax is a city tax (or tourist tax)
  - `total` integer, required
  - `page` integer, required
  - `size` integer, required

## Other responses

- `400` — Bad Request
- `405` — Method Not Allowed
- `422` — Validation Error
- `502` — Bad Gateway

---

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