v52

latestOpenAPI 3.0.1AGPL-3.0raw.githubusercontent.com2026-08-01255473862.7 KB
Tax Rates

Update a tax rate

Use when changing a tax rate (e.g. rate value or name). Request body contains the fields to update.

put/taxes/rates/{id}

Path parameters

idstring required

Tax rate ID

Request body

codestring

code is the updated unique alphanumeric identifier for the tax rate

descriptionstring

description is the updated text description for the tax rate

metadataobject

metadata contains updated key-value pairs that will replace existing metadata

namestring

name is the updated human-readable name for the tax rate

tax_rate_status'ACTIVE' | 'INACTIVE'

Response

OK

codestring
created_atstring date-time
created_bystring
descriptionstring
environment_idstring
fixed_valuestring
idstring
metadataobject
namestring
percentage_valuestring
scope'INTERNAL' | 'EXTERNAL' | 'ONETIME'
status'published' | 'deleted' | 'archived'
tax_rate_status'ACTIVE' | 'INACTIVE'
tax_rate_type'percentage' | 'fixed'
tenant_idstring
updated_atstring date-time
updated_bystring