POST
/
accounting
/
tax_rates

A Tax Rate is the percentage at which an individual or corporation is taxed.

[he Tax Rates Data Model] is designed to provide a unified representation of tax rates across various accounting platforms.

Additional Required Fields

To successfully create an tax rate, certain fields must be included in the raw_data object of the request body. The required fields are as follows:

IntegrationFieldDescription
MEKARI_JURNALbuy_tax_account_idThe ID of the account that will be used to record the tax amount when a purchase is made.
MEKARI_JURNALsell_tax_account_idThe ID of the account that will be used to record the tax amount when a sale is made.

Authorizations

api_key
string
headerrequired

Body

application/json
company_id
integer
required

The ID of the company in the accounting platform

run_async
boolean | null

Run the request asynchronously

data
object[]
required

The data of the tax rates endpoint

Response

200 - application/json
data
object

The list of tax rates

sync_id
string | null

The sync id of the request