Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Create external bank account for an employee
Dear All,
I hope this message finds you well. I am writing to seek assistance with two issues related to external bank accounts in Oracle Fusion.
1- Viewing External Bank Accounts in Oracle Fusion Navigation:
I have successfully created an external bank account for an employee using the REST API: fscmRestApi/resources/11.13.18.05/externalBankAccounts.
and this payload:
{
"CountryCode":"SA",
"BankAccountNumber":"0016",
"BankAccountName":"BANK",
"AccountType":"SAVINGS",
"CheckDigits":"12",
"SecondaryAccountReference":"das",
"PersonId":"300000039439603",
"BankName" : "Bank dasdas",
"IBAN" : "MU16ZWXO7742456991141441131SZG",
"BankBranchNumber":"dsadasdas",
"Intent": "Person",
//"BIC":"AA1233",
"accountOwners": [
{
"AccountOwnerPartyIdentifier": "300000074402059",
"PersonId":"300000039439603",
"Intent": "Person"
}
]
}
However, I am unable to locate the external bank account for the employee in the Oracle Fusion navigation. Can anyone guide me on how to access the external bank account information for an employee through the navigation in Oracle Fusion?