---
title: "Replaces tax tables with the given resource. Each location may have up to a maximum of 5 taxes."
method: PUT
path: "/Settings/TaxTables/{id}"
tags: ["Rest"]
---

# Replaces tax tables with the given resource. Each location may have up to a maximum of 5 taxes.

`PUT /Settings/TaxTables/{id}`

## Path parameters

- `id` integer, required

## Headers

- `Authorization` string, required
- `SiteId` integer, required

## Request body

- MindbodyRestApiCommonModelsSiteTaxTable
  - `Id` integer
  - `Tax1` number, double
  - `Tax2` number, double
  - `Tax3` number, double
  - `Tax4` number, double
  - `Tax5` number, double

## Response `200`

OK

## Other responses

- `401` — Unauthorized
- `404` — NotFound
- `415` — UnsupportedMediaType

---

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