---
title: "Update a single TaxRateConfiguration"
method: PATCH
path: "/tax_rate_configurations/{id}.json"
tags: ["Tax Rate Configurations"]
---

# Update a single TaxRateConfiguration

`PATCH /tax_rate_configurations/{id}.json`

Outlines the parameters and data fields used when updating a single TaxRateConfiguration

## Path parameters

- `id` integer, required

## Query parameters

- `fields` string

## Headers

- `IF-MATCH` string
- `X-API-VERSION` string

## Request body

- object
  - `data` object, required
    - `country` string — The country this *TaxRateConfiguration* applies to.
    - `name` string — The human-readable name of the *TaxRateConfiguration* (e.g. HST, GST, VAT).
    - `rate` number — The tax rate as a decimal between -1 and 1 (e.g. `0.13` for 13%).
    - `region` string — The region (state/province) this *TaxRateConfiguration* applies to, if any.

## Response `200`

Ok

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `412` — Precondition Failed
- `422` — Unprocessable Entity
- `429` — Too Many Requests

---

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