Create a new tax rate

Create a new tax rate account

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.

Request

This endpoint expects an object.
codestringOptional<=500 characters
Code for the tax rate from the accounting platform
descriptionstringOptional<=2048 characters
Description of the tax rate
namestringOptional<=500 characters
Name of the tax rate

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

Errors