Hi We are using NetSuite SOAP API and we are facing issue with "Tax Amt" while adding item to invoice. We want to override value calculated by netsuite
for Example
Item Amount (cost) is 20.03
Tax code : 20%
NetSuite calculated "Tax Amt" : 4.00 (actully its 4.006 but I don't know why netsuite ignoring 3rd decimal number)
but we want to override "Tax Amt" with "4.01" as part of API call we are sending "4.01" but on NetSuite it reflection "4.00"