Tax rates
Update tax rate
Correct a tax rate, retire it, or bring a retired one back into use.
POST/v1/tax_rates/{tax_rate_id}
Parameters
| Parameter | Description |
|---|---|
| tax_rate_idstring · pathrequired | No description in the spec. |
| activeboolean | nulloptional | No description in the spec. |
| display_namestring | nulloptional | At most 255 characters. |
| inclusiveboolean | nulloptional | No description in the spec. |
| rate_basis_pointsinteger | nulloptional | Between 0 and 10000. |
Returns
Returns a TaxRateResponse object.
Errors
| Status | Cause |
|---|---|
| 401 | Missing or invalid API key. |
| 403 | Key is missing the tax_rates:write scope. |
| 404 | No such object, or it belongs to the other mode. |
| 422 | Validation Error |
| 429 | Rate limited. Back off and retry. |
Other tax rates operations
- List tax rates GET /v1/tax_rates
- Create tax rate POST /v1/tax_rates
- Get tax rate GET /v1/tax_rates/{tax_rate_id}
BillKit