Hi All,
I'm trying to update a supplier bank account and I'm getting below error. I'm unable to find the reason for this error. Any help will be appreciated.
“This combination of party and payment function is invalid based on the usage assignment of the party in Trading Community Architecture. (IBY-825839)”
CURL:
curl --location --request PATCH 'https://<servername>/fscmRestApi/resources/11.13.18.05/externalBankAccounts/3835' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data '{
"BankAccountNumber" : "DNU10000001",
"Intent" : "Supplier",
"PartyId" : 300000022336918
}'