Tax Rates
Number of APIs: 5
-
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
-
Create Tax Rate POST {{baseUrl}}/accounting/tax-rates?raw=false
-
Get Tax Rate GET {{baseUrl}}/accounting/tax-rates/:id?raw=false
-
Update Tax Rate PATCH {{baseUrl}}/accounting/tax-rates/:id?raw=false
-
Delete Tax Rate DELETE {{baseUrl}}/accounting/tax-rates/:id?raw=false