---
title: "PUT /taxes/{id}"
method: PUT
path: "/taxes/{id}"
tags: ["Taxes"]
---

# PUT /taxes/{id}

`PUT /taxes/{id}`

Update tax

## Request body

- UpdateTaxRequest
  - `uid` string
  - `code` string

## Response `200`

OK

- Tax
  - `uid` integer
  - `crdate` integer
  - `tstamp` integer
  - `crdate_formatted` string
  - `tstamp_formatted` string
  - `name` string
  - `enabled` integer
  - `percentage` integer
  - `client` integer
  - `standard_tax_codes` integer
  - `code` string

---

[API](https://skmtc.dev/shopbox/apis/shopbox-api.md) · [All operations](https://skmtc.dev/shopbox/apis/shopbox-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/shopbox/shopbox-api/revisions/f1847469718c/schema)
