Issue in REST API to GET all Inventory Transactions in Oracle Fusion cloud
Here are 2 APIs where first one is to get all Inventory transactions and 2nd one is for the particular transactions using the transactionId.
1> fscmRestApi/resources/11.13.18.05/inventoryCompletedTransactions
I used the above one it gives me the message saying - At least one of the following attributes Transaction, Organization, OrganizationId is required. Actually it should not expect any parameter value, unlike the below API. What is the issue here, why it expects any input value ??
2> /fscmRestApi/resources/11.13.18.05/inventoryCompletedTransactions/{TransactionId}
I used it using the transactionId it works fine.
0