Unable To Query All External Bank Account Via REST API GET Command
(Doc ID 2588015.1)
Last updated on DECEMBER 10, 2021
Applies to:
Oracle Fusion Payments Cloud Service - Version 11.13.19.04.0 and laterInformation in this document applies to any platform.
Symptoms
When attempting to do a "Get All" to retrieve the external bank accounts, the results always come back without any items:
https://docs.oracle.com/en/cloud/saas/financials/21d/farfa/op-externalbankaccounts-get.html
{
"items": [],
"count": 0,
"hasMore": false,
"limit": 25,
"offset": 0,
"links": [
{
"rel": "self",
"href": "https://servername.fa.dc.oraclecloud.com/fscmRestApi/resources/11.13.18.05/externalBankAccounts",
"name": "externalBankAccounts",
"kind": "collection"
}
]
}
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |