Siebel 22.8 Inbound Rest Api Opportunity
We have a rest web service to create Opportunities. We used the default
https://XXX/siebel/v1.0/data/Opportunity/Opportunity/
within the payload we are entering multiple fields and additionally the Account for which the Opportunity is created.
Name": "Test opportunity",
"Primary Organization": "Default Organization",
"Account Integration Id": "",
"Currency Code": "EUR",
"Integration Id": "16878757088943594004",
"Account": "Oracle Company",
"Account No": "01.000001",
If I just run the above it will create the Opportunity and will create an Account which is not intended. As long as Account/Account No are exact as an existing account it's fine, but if there is a typo in the Account field it will just create a second one.