Bearer authentication of the form `Bearer <token>`, where token is your auth token.
x-monite-versionstringRequired
x-monite-entity-idstringRequired
The ID of the entity that owns the requested resource.
Response
Successful Response
idstringformat: "uuid"
created_atdatetime
The timestamp when the tax rate was created.
updated_atdatetime
The timestamp when the tax rate was last updated.
codestring or null
Code for the tax rate from the accounting platform.
componentslist of objects or null
descriptionstring or null
Description of the tax rate
effective_tax_rateinteger or null
Effective tax rate in percent [minor units](https://docs.monite.com/references/currencies#minor-units). Example: 12.5% is 1250.
is_externalboolean or nullDefaults to false
Whether the tax rate is from an external system
namestring or null
statusstring or null
total_tax_rateinteger or null
Total (not compounded) sum of the components of a tax rate in [minor units](https://docs.monite.com/references/currencies#minor-units). Example: 12.5% is 1250.
Errors
The ID of the entity that owns the requested resource.
Successful Response
Total (not compounded) sum of the components of a tax rate in minor units. Example: 12.5% is 1250.
Effective tax rate in percent minor units. Example: 12.5% is 1250.
Bearer authentication of the form Bearer <token>, where token is your auth token.