Merge
Merge operations combine two records into one.
Merge two custom object records
$ lightfield merge merge-object-values
POST/v1/objects/{entitySlug}/merge
ModelsExpand Collapse
merge_merge_accounts_response: object { merge, primary, summary }
merge_merge_accounts_response: object { merge, primary, summary }
primary: object { id, createdAt, fields, 4 more }
primary: object { id, createdAt, fields, 4 more }
fields: map[object { value, valueType } ]Map of field names to their typed values. System fields are prefixed with $ (e.g. $name, $email); custom attributes use their bare slug.
fields: map[object { value, valueType } ]
Map of field names to their typed values. System fields are prefixed with $ (e.g. $name, $email); custom attributes use their bare slug.
merge_merge_contacts_response: object { merge, primary, summary }
merge_merge_contacts_response: object { merge, primary, summary }
primary: object { id, createdAt, fields, 4 more }
primary: object { id, createdAt, fields, 4 more }
fields: map[object { value, valueType } ]Map of field names to their typed values. System fields are prefixed with $ (e.g. $name, $email); custom attributes use their bare slug.
fields: map[object { value, valueType } ]
Map of field names to their typed values. System fields are prefixed with $ (e.g. $name, $email); custom attributes use their bare slug.
merge_merge_object_values_response: object { merge, primary, summary }
merge_merge_object_values_response: object { merge, primary, summary }
primary: object { id, createdAt, fields, 4 more }
primary: object { id, createdAt, fields, 4 more }
fields: map[object { value, valueType } ]Map of field names to their typed values. System fields are prefixed with $ (e.g. $name, $email); custom attributes use their bare slug.
fields: map[object { value, valueType } ]
Map of field names to their typed values. System fields are prefixed with $ (e.g. $name, $email); custom attributes use their bare slug.
merge_merge_opportunities_response: object { merge, primary, summary }
merge_merge_opportunities_response: object { merge, primary, summary }
primary: object { id, createdAt, fields, 4 more }
primary: object { id, createdAt, fields, 4 more }
fields: map[object { value, valueType } ]Map of field names to their typed values. System fields are prefixed with $ (e.g. $name, $email); custom attributes use their bare slug.
fields: map[object { value, valueType } ]
Map of field names to their typed values. System fields are prefixed with $ (e.g. $name, $email); custom attributes use their bare slug.