Issue querying AR credit memo created through REST API
Summary:
We are creating a credit memo through REST API (fscmRestApi/resources/11.13.18.05/receivablesCreditMemos). We are integrating with Thomson Reuters for tax calculations. After the call to create the AR credit memo, using standard Oracle functionality - Thomson Reuters is being notified of the newly created credit memo. Once notified, it calls a custom BIP report through REST to get details of the credit memo to determine if tax needs to be applied, and the tax amount if applicable. This BIP report contains many unions, but basically - it is querying the main invoice table (ra_customer_trx_all) to get this information.
0