Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Hi,
We are using POST /v3/company/:realmId/bill endpoint for creating new bills.
Is there a way to determine the amount of the bill is already tax inclusive regardless the tax code linked by TaxCodeRef parameter? Or is it something we need to calculate on our site?
For example, having a bill with amount of 6$ I want to see the total always of 6$ regardless the tax. I would expect the following breakdowns:
Pushed amount - 6$, tax 20%
Subtotal: 5$
Tax: 1$
Total: 6$
Pushed amount - 6$, tax 0%
Subtotal: 6$
Tax: 0$
Total: 6$
Thanks for the answer.