Regarding API Access for Receivables Transactions
Summary:
we are looking to access real-time API data for all receivables transactions related to a specific customer using the Oracle APIs.
Currently, we have access to the API endpoint that retrieves all receivables for all customers, specifically:/fscmRestApi/resources/11.13.18.05/receivablesInvoices
.
However, our requirement is to obtain a targeted API that will allow us to pass a specific customer ID and retrieve all Accounts Receivable (AR) transactions related to that customer. Ideally, we would like an endpoint similar to:/fscmRestApi/resources/11.13.18.05/receivablesInvoices/{Specific Customer}
.
Could you please confirm if such an API exists or if there is an alternative approach to achieve this functionality? Additionally, any documentation or guidance on implementing this within a third-party application would be greatly appreciated.