Update a tax rate
Only tax rates that were manually added by the entity (as indicated by is_external
= false
) can be updated.
Tax rates fetched from accounting systems as part of the accounting integration (indicated by is_external
= true
) cannot be updated from within Monite.
Path parameters
Headers
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Request
The new tax rate value as the percentage multiplied by 100. For example, 12.5% is represented as 1250.
Response
A unique Monite-generated ID assigned to this tax rate. You can use this ID as the value of the accounting_tax_rate_id
field in line items of payables, receivables, and receipts.
true
if this tax rate was fetched from the connected accounting system, or false
if it was created manually by the entity.
Used only in tax rates fetched from accounting systems (is_external
=true
). Specifies the total (not compounded) tax rate value as the sum of all components. The value is the percentage multiplied by 100. For example, 12.5% is represented as 1250.
For QuickBoooks, total_tax_rate
is the same as effective_tax_rate
.