You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Cannot get Employee Bank Accounts via REST API

edited Sep 4, 2019 2:58PM in Expenses 2 comments

Content

Hi,

As of release 19C, the documentation says that employee (external) bank accounts are able to be fetched and posted through REST API's:

https://docs.oracle.com/en/cloud/saas/financials/19c/farfa/op-externalbankaccounts-get.html

However, using the following GET does not allow me to fetch it:

https://[DOMAIN].fa.em3.oraclecloud.com:443/fscmRestApi/resources/11.13.18.05/externalBankAccounts?finder=SearchExternalBankAccount;Intent=Employee

I'm getting the following output:

{
"items": [],
"count": 0,
"hasMore": false,
"limit": 25,
"offset": 0,
"links": [
{
"rel": "self",
"name": "externalBankAccounts",
"kind": "collection"
}
]
}
 
I think I'm missing Security Roles, but from documentation it is not certain which one I need.
Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!