Skip to content

Update tax

PUT
/v1/taxes/{code}

Update a tax by code.

code
required
Code
string
TaxUpdate
object
name
Any of:
string
<= 255 characters
rate
Any of:
number
description
Any of:
string
category
Any of:
string
<= 100 characters
applied_to_organization
Any of:
boolean

Successful Response

TaxResponse
object
id
required
Id
string format: uuid
code
required
Code
string
name
required
Name
string
rate
required
Rate
string
/^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$/
description
Any of:
string
category
Any of:
string
applied_to_organization
required
Applied To Organization
boolean
created_at
required
Created At
string format: date-time
updated_at
required
Updated At
string format: date-time

Unauthorized

Tax not found

Validation error