How to get negotiation response attachments and response pdf through API from Oracle fusion Saas?
The requirement is that the on the basis of the DFF values entered by the user, the output should contain negotiation response attachments and response pdf for the particular DFF values.
I am checking for a way to satisfy this requirement through an API.
Some relatable REST API links that I found are
- /fscmRestApi/resources/11.13.18.05/draftSupplierNegotiationResponses/{draftSupplierNegotiationResponsesUniqID}/child/attachments
- /fscmRestApi/resources/11.13.18.05/supplierNegotiations/{SupplierNegotiationResponsesUniqID}/child/attachments
Unfortunately, none of these links suffice the requirement as these API deals with only negotiations having status as either draft or completed. But I need to get the response attachments for negotiations having "Active" status.
0