Merge
Merge operations combine two records into one.
Merge two accounts
Merge two contacts
Merge two opportunities
Merge two custom object records
ModelsExpand Collapse
type MergeMergeAccountsResponse struct{…}
Primary MergeMergeAccountsResponsePrimary
Fields map[string, MergeMergeAccountsResponsePrimaryField]Map of field names to their typed values. System fields are prefixed with $ (e.g. $name, $email); custom attributes use their bare slug.
Map of field names to their typed values. System fields are prefixed with $ (e.g. $name, $email); custom attributes use their bare slug.
Value MergeMergeAccountsResponsePrimaryFieldValueUnionThe field value, or null if unset.
The field value, or null if unset.
ValueType stringThe data type of the field.
The data type of the field.
Summary MergeMergeAccountsResponseSummary
type MergeMergeContactsResponse struct{…}
Primary MergeMergeContactsResponsePrimary
Fields map[string, MergeMergeContactsResponsePrimaryField]Map of field names to their typed values. System fields are prefixed with $ (e.g. $name, $email); custom attributes use their bare slug.
Map of field names to their typed values. System fields are prefixed with $ (e.g. $name, $email); custom attributes use their bare slug.
Value MergeMergeContactsResponsePrimaryFieldValueUnionThe field value, or null if unset.
The field value, or null if unset.
ValueType stringThe data type of the field.
The data type of the field.
Summary MergeMergeContactsResponseSummary
type MergeMergeObjectValuesResponse struct{…}
Primary MergeMergeObjectValuesResponsePrimary
Fields map[string, MergeMergeObjectValuesResponsePrimaryField]Map of field names to their typed values. System fields are prefixed with $ (e.g. $name, $email); custom attributes use their bare slug.
Map of field names to their typed values. System fields are prefixed with $ (e.g. $name, $email); custom attributes use their bare slug.
Value MergeMergeObjectValuesResponsePrimaryFieldValueUnionThe field value, or null if unset.
The field value, or null if unset.
ValueType stringThe data type of the field.
The data type of the field.
Summary MergeMergeObjectValuesResponseSummary
type MergeMergeOpportunitiesResponse struct{…}
Primary MergeMergeOpportunitiesResponsePrimary
Fields map[string, MergeMergeOpportunitiesResponsePrimaryField]Map of field names to their typed values. System fields are prefixed with $ (e.g. $name, $email); custom attributes use their bare slug.
Map of field names to their typed values. System fields are prefixed with $ (e.g. $name, $email); custom attributes use their bare slug.
Value MergeMergeOpportunitiesResponsePrimaryFieldValueUnionThe field value, or null if unset.
The field value, or null if unset.
ValueType stringThe data type of the field.
The data type of the field.