Common REST Service for Receivable Transaction
Summary:
Hi Team
We are creating an integration where we need to send receivable data from Oracle to the third-party system using REST Service.
We are using /fscmRestApi/resources/11.13.18.05/receivablesInvoices to fetch the details.
But we found that Debit Note and Credit Note are not coming (like we have in Payable Invoice API).
After researching we found that there is a separate REST API for CN but for DN we need to fetch using SOAP.
I wanted to check if there is any other common REST service where I can get all RA_CUSTOMER_TRX_ALL records irrespective of INV, DN, CN?
0