Unable To Create AR Invoice Tax Lines For Existing Invoice Using Rest API
(Doc ID 2753992.1)
Last updated on APRIL 10, 2024
Applies to:
Oracle Fusion Receivables Cloud Service - Version 11.13.21.01.0 and laterInformation in this document applies to any platform.
Goal
On : 11.13.21.01.0 version, Webservice / REST API
Unable to create AR invoice tax lines for existing invoice using Rest API
On the Oracle doc is now visible a new REST API which users tested for creating new tax line for an already created invoice
https://docs.oracle.com/en/cloud/saas/financials/21a/farfa/op-receivablesinvoices-customertransactionid-child-receivablesinvoicelines-customertransactionlineid-child-receivablesinvoicelinetaxlines-post.html
API:/fscmRestApi/resources/11.13.18.05/receivablesInvoices/{CustomerTransactionId}/child/receivablesInvoiceLines/{CustomerTransactionLineId}/child/receivablesInvoiceLineTaxLines
We are passing this JSON payload to API :
{
"TaxAmount":680,
"TaxRegimeCode":"US SALES AND USE TAX",
"TaxRateCode":"VAT SALES 25"
}
Getting response from API:
"The message is Standalone Creation of Manual Tax Line is not allowed"
Can users use this api to create AR invoice tax line on existing transactions?
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |