Oracle REST API Create an AP Invoice using taxes
Hi everyone.
I need to create an AP Invoice using REST API.
Is there a possibility to create invoice with tax using Oracle REST API where the tax classification is manual and the requirement is to have the Tax rate as 1 and the tax control amount could be any amount. Currently when we are using the Tax rate in the payload we are getting the below error:
"Attribute TaxRate in view object InvoiceHeaderEO_InvoiceLine2_InvoiceHeaderVOToInvoiceLineVO_InvoiceLineVO cannot be set."
Payload:
{
"InvoiceNumber": "TEST_INV_1",
"InvoiceCurrency": "CAD",
"InvoiceDate": "2025-01-16",
"BusinessUnit": "TEST BU NAME TEST1",
"Supplier": "SUPPLIER NAME_TEST1",
"SupplierSite": "SUPPLIER_CODE_1",