How to download PDF for receivable invoice given its transaction number
Summary:
I am trying to integrate Oracle Fusion with our internal system. Need a way to download the PDFs for the receivable invoices.
Content (please ensure you mask any confidential information):
Have tried to get all the info about a receivable invoice with this REST API:
curl -v -u user:pass -X GET "https://<instance>.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices?q=TransactionNumber='123'"
The response does not include any information regarding the corresponding PDF, even though it has been created and I can view PDF by the "View Image" button. The attachment looks promising but it does not include PDF links. I think that is for users to upload/retrieve something for the invoice.
Tagged:
0