cancel
Showing results for 
Search instead for 
Did you mean: 
Announcements
NEW Connect to DBS IDEAL direct bank feeds Click here
Cledara
Level 1

Creating bills with tax inclusive amount via API

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.

2 Comments 2
JessT
Moderator

Creating bills with tax inclusive amount via API

Thank you for taking the time to post today, Cledara!

 

We have a different Community for app developers, where you can interact regarding your project. You can repost your question there using the steps below:

 

  1. Check out this page: Intuit Developer Support.
  2. Select the QuickBooks Online tile.
  3. Click on Ask a question and create an Intuit Developer Account so you can post your question.

 

Here, we can help you with product questions, but not about APIs or anything related to programming.

 

Let me know if you have any other queries. Take care and have a good one!

Cledara
Level 1

Creating bills with tax inclusive amount via API

Thanks for the answer Jess. I reposted the question.