REST API of create bank branches failed due to BIC code
Hi All,
I would like to create bank branches though REST API.
ref: https://docs.oracle.com/en/cloud/saas/financials/23c/farfa/op-cashbankbranches-post.html
After I entered a correct BIC code in parameter 'EFTSWIFTCode', it returns: You must enter a valid country code segment for the BIC code to be valid. (CE-660020).
I tired to set profile value CE_DISABLE_BANK_VAL to 'YES', the same error returns.
But I can enter and save this BIC code in manage in bank branches task page without error hint.
Is the validate rules are not the same between REST API and UI page?