RESULT:
Invoice line net amount (BT-131) must equal (Invoiced quantity (BT-129) * (Item net price (BT-146) / item price base quantity (BT-149))) + Sum of invoice line charge amount (BT-141) - Sum of invoice line allowance amount (BT-136)",
“status”: “WARNING”
Thank you for reaching out and welcome to our community.
You can refer to the sample XMLs in SDK to correct your calculations. Also, you can find the mapping between the business term, term ID, and the XML tag in the Data Dictionary.
If you fix your calculations and still facing issues, please share the full XML file with our support team via email:
must the taxable amount of one unit of item or product
that meant
the sale rate or product rate is 100 and tax is 15%
the PriceAmount = (100*15)/115 = 13.04 (tax amount) ,
So the Price = 100-13.04 = 86.96