Get a tax rate account by ID

GET

Get tax rate account by id

Path parameters

tax_rate_idstringRequired

Headers

Auth
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

This endpoint returns an object.
idstring
codestringOptional

Code for the tax rate from the accounting platform.

componentslist of objectsOptional
effective_tax_rateintegerOptional

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

namestringOptional
statusstringOptional
total_tax_rateintegerOptional

Total (not compounded) sum of the components of a tax rate in minor units. Example: 12.5% is 1250.

Errors