For the complete documentation index, see llms.txt. This page is also available as Markdown.

Settings Tax Rates

List Tax Rates

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

List of tax rates

application/json
totalRowsnumberOptional
get/settings/taxRates

Create Tax Rate

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
descriptionstringOptional

The description of the tax rate.

ratenumberRequired

The tax rate percentage (e.g., 20 for 20%).

isDefaultbooleanOptional

Indicates if this is included on new quotes by default.

Responses
200

Successfully created tax rate

application/json
idstringRequired

The unique ID of the tax rate.

descriptionstringOptional

The description of the tax rate.

ratenumberRequired

The tax rate percentage (e.g., 20 for 20%).

isDefaultbooleanOptional

Indicates if this is included on new quotes by default.

post/settings/taxRates

Retrieve Tax Rate

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired

ID of the Tax Rate

Responses
200

Details about the tax rate

application/json
idstringRequired

The unique ID of the tax rate.

descriptionstringOptional

The description of the tax rate.

ratenumberRequired

The tax rate percentage (e.g., 20 for 20%).

isDefaultbooleanOptional

Indicates if this is included on new quotes by default.

get/settings/taxRates/{id}

Update Tax Rate

put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired

ID of the Tax Rate

Body
idstringRequired

The unique ID of the tax rate.

descriptionstringOptional

The description of the tax rate.

ratenumberRequired

The tax rate percentage (e.g., 20 for 20%).

isDefaultbooleanOptional

Indicates if this is included on new quotes by default.

Responses
200

Successfully updated tax rate

application/json
idstringRequired

The unique ID of the tax rate.

descriptionstringOptional

The description of the tax rate.

ratenumberRequired

The tax rate percentage (e.g., 20 for 20%).

isDefaultbooleanOptional

Indicates if this is included on new quotes by default.

put/settings/taxRates/{id}

Delete Tax Rate

delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired

ID of the Tax Rate

Responses
204

Tax Rate successfully deleted

No content

delete/settings/taxRates/{id}

No content

Last updated

Was this helpful?