Tax Rate

Create a new tax rate

post/api/tax-rates

Request body

codestring required

The code for the tax rate. Must be unique to all active tax rates.

ratenumber double required

Tax rate. This is the ratio (0.17 = 17%)

applyToLandedCostsboolean

Indicate if this tax rate applies to landed costs.

Response

Tax rate created

idstring required

The id of the created record

Changes