Can we use fscmRestApi/resources/11.13.18.05/externalBankAccounts in oracle visual builder for excel
The Rest API fscmRestApi/resources/11.13.18.05/externalBankAccounts cannot get data without using the parameters:
finder=SearchExternalBankAccount;Intent=Supplier in postman as per the below URL:
https://your environment.oracle.cloud.com/fscmRestApi/resources/11.13.18.05/externalBankAccounts?finder=SearchExternalBankAccount;Intent=Supplier
When I use the URL in Oracle Visual Builder for excel without the parameters as below, it is not returning any data:
https://your environment.oracle.cloud.com/fscmRestApi/resources/11.13.18.05/externalBankAccounts/describe
I tried to use the same URL used in postman in Excel:
https://your environment.oracle.cloud.com/fscmRestApi/resources/11.13.18.05/externalBankAccounts?finder=SearchExternalBankAccount;Intent=Supplier/describe
I got the below error: