Query to get hash codes in case of Fusion API
Summary:
In max of the REST API for Fusion, we need to pass hash keys like for example in case of Invoice attachment (https://docs.oracle.com/en/cloud/saas/financials/23c/farfa/op-invoices-invoicesuniqid-child-attachments-attachmentsuniqid-get.html)
Do we have any table or query where I can get these hash keys?
- invoicesUniqID(required): string - This is the hash key of the attributes which make up the composite key for the Invoices resource and used to uniquely identify an instance of Invoices. The client should not generate the hash key value. Instead, the client should query on the Invoices collection resource in order to navigate to a specific instance of Invoices to get the hash key.
1