AP Invoices Enable Inclusive Tax flag through REST API other than tax rules
Summary:We are Creating AP Invoice using REST Call, But the Line about are getting created as Tax Exclusive Amount, But we need to pass Tax Inclusive Line Amount and Let REST API take care of it
Content (please ensure you mask any confidential information):
here is no attribute in the REST to specify Amount Includes Tax.
Our requirement is below.
Pass Line Amount ( Inclusive of Tax) and when Invoice is created, it should treat Line Amount includes tax.
Example
Invoice Header Amount 110
Invoice Line amount = 110 (Inclusive of Tax)
When System Creates Tax Line, The amount should be
Invoice Amount / 11 = Tax Amount (110/11 = 10)
Tagged:
0