Get a tax rate account by ID

Get tax rate account by id

Path parameters

tax_rate_idstringRequired

Headers

AuthorizationstringRequired

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"
codestring or null
Code for the tax rate from the accounting platform.
componentslist of objects or null
effective_tax_rateinteger or null

Effective tax rate in percent minor units. Example: 12.5% is 1250.

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. Example: 12.5% is 1250.

Errors