Headers
Value must be 'Bearer <token>' where <token> is an API key prefixed with 'bc_' or a JWT token.
"Bearer bc_1234567890abcdef"
Required if Authorization is a JWT token. The organization ID to operate within.
Body
The name of the tax rate.
"VAT"
The code of the tax rate.
"VAT"
The rate of the tax rate.
10
The description of the tax rate.
"VAT"
Whether the tax is non-recoverable.
false
Whether the tax is compound.
false
Whether the tax rate is active.
false
Response
The tax rate has been successfully created.
The unique identifier of the tax rate
1
The name of the tax rate
"VAT"
The formatted name of the tax rate including the rate percentage
"VAT [10%]"
The code of the tax rate
"VAT"
The rate of the tax rate as a decimal number
10
The formatted rate of the tax rate with percentage symbol
"10%"
Whether the tax is non-recoverable
false
Whether the tax is compound
false
Whether the tax rate is active
true
The date when the tax rate was created
"2024-03-20T10:00:00Z"
The date when the tax rate was last updated
"2024-03-20T10:00:00Z"
The description of the tax rate
"Value Added Tax"