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
Learn about the new Oracle AI Agent Studio for Fusion Applications: Watch Now

Progress with Redwood: Redwood Resources for Oracle Cloud HCM -  Go Here

Get error when create external bank account for employee though REST API

Hi All,

I tried to create external bank account for employee following the example 5 of this API:

may payload is like this:

{
"BankAccountNumber": "testAPI6.2",
"CountryCode": "US",
"BankNumber": "055",
"BankBranchNumber": "757",

"CurrencyCode": "USD",
"AccountType": "SAVINGS",
"PersonId": "300000005684600",
"Intent": "Person",
"accountOwners": [
{
"AccountOwnerPartyIdentifier": "300000005667840",
"PersonId": "300000005684600",
"Intent": "Person"
}
]
}

It returned:

'The value of the attribute Bank Number isn't valid.

The value of the attribute Branch Number isn't valid.'

while this bank and branch existed in ERP:

But if I use payload like following, it works:

{
"BankAccountNumber": "testAPI6.2",
"CountryCode": "US",
"BankBranchIdentifier": 300000004855901,
"BankIdentifier": 300000004855397,

"CurrencyCode": "USD",
"AccountType": "SAVINGS",
"PersonId": "300000005684600",
"Intent": "Person",
"accountOwners": [
{
"AccountOwnerPartyIdentifier": "300000005667840",
"PersonId": "300000005684600",
"Intent": "Person"
}
]
}

May I know why?

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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