provider
admin

Create Tax

Create a new tax for a location.

post/admin/taxes

Headers

TENANTstring required

The tenant you are making this request on behalf of

API-KEYstring required

Your api key

Request body

namestring required

Name of the tax (e.g., 'Sales Tax', 'VAT')

percentagenumber required

Tax percentage (e.g., 8.25 for 8.25%)

location_idstring required

Location this tax applies to

Response

Successful Response

idstring required

Unique identifier for the tax

namestring required

Name of the tax (e.g., 'Sales Tax', 'VAT')

percentagenumber required

Tax percentage (e.g., 8.25 for 8.25%)

location_idstring required

Location this tax applies to

Changes

No recorded changes to this endpoint across all 1 revision of this API.