Skip to Main Content

Cloud Platform

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Supplier bank account REST API Error

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
}'

Comments
Post Details