Tax Rates

Number of APIs: 5

  1. List Tax Rates GET {{baseUrl}}/accounting/tax-rates?raw=false&limit=1&filter[assets]=true&filter[equity]=true&filter[expenses]=true&filter[liabilities]=true&filter[revenue]=true

  2. Create Tax Rate POST {{baseUrl}}/accounting/tax-rates?raw=false

  3. Get Tax Rate GET {{baseUrl}}/accounting/tax-rates/:id?raw=false

  4. Update Tax Rate PATCH {{baseUrl}}/accounting/tax-rates/:id?raw=false

  5. Delete Tax Rate DELETE {{baseUrl}}/accounting/tax-rates/:id?raw=false