Skip to content

Create tax

POST
/v1/taxes/

Create a new tax.

TaxCreate
object
code
required
Code
string
<= 255 characters
name
required
Name
string
<= 255 characters
rate
required
Any of:
number
description
Any of:
string
category
Any of:
string
<= 100 characters
applied_to_organization
Applied To Organization
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 with this code already exists

Validation error