Oracle Eloqua Developer Release Notes - 26B
A list of developer-facing new features, significant recent changes, and platform notices for Oracle Eloqua release 26B:
Bulk API
- Bulk API contact and account imports now support update only or create only using the new
importRuleimport parameter:importRuleaccepts the following values:- createAndUpdate: Current upsert behavior
- updateOnly: Records are only imported if there is a match on
identifierFieldName - createOnly: Records are only imported if there is not a match on
identifierFieldNameand or, for contacts only, Email Address
importRulewill only be returned if included in the create or update definition request- Current upsert behavior is the default if
0