For more information, please refer to this announcement explaining best practices for getting answers to questions.
Update Bank & Branch number in external bank account
Hello everyone,
I am here to ask for your help as we are implementing documentation for a REST API call to update an employee's iban.
Unfortunately we have realized this issue, that is when going into IBAN update via this call:POD/fscmRestApi/resources/11.13.18.05/externalBankAccounts/2001
and we insert in the body this :
{
"PersonId":300000002972430,
"IBAN":"IT60X0542811101000000123456",
"Intent": "Person"
}
It basically updates our iban but does not update the bank number and branch number values.
Trying to make the same call by inserting maybe bankidentifier or branchidentifier, and inserting bank and branch partyids however we get value error returned, we also additionally tried to update by inserting the following text in the body but the error is still the same, would anyone be able to give us any suggestions on this?