Overview

Upsert using Duplicate Check Search

The dc3DataApi endpoint enables the creation or updating of Salesforce records with built-in duplicate detection. If a duplicate is found, the existing record is updated; if no duplicate is found, a new record is created. The API also supports creating related records within the same request.

Key Features

  • Creates or updates records within Salesforce.
  • Supports duplicate checking before inserting or updating records.
  • Allows for processing related records in a single request.
  • Ensures transactional integrity with the allOrNone option.
  • Works across multiple Salesforce objects, such as Leads, Contacts, and Accounts.
  • Supports custom record types and reference fields for relationships.