Cannot get Employee Bank Accounts via REST API
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:
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:
0