v4

latestOpenAPI 3.0.12026-07-13123571.1 KB
Advanced

Merge two deals with same type

Combine two deals of the same type into a single deal.

post/crm/objects/2026-09/{objectType}/merge

Path parameters

objectTypestring required

Object Type

Request body

objectIdToMergestring required

The ID of the object that will be merged into the primary object.

primaryObjectIdstring required

The ID of the object that will remain after the merge.

Response

successful operation

archivedboolean required

Whether the object is archived.

archivedAtstring date-time

The timestamp when the object was archived, in ISO 8601 format.

createdAtstring date-time required

The timestamp when the object was created, in ISO 8601 format.

idstring required

The unique ID of the object.

objectWriteTraceIdstring

An identifier used for tracing the creation or update request of the object.

propertiesobject required

Key-value pairs representing the properties of the object.

propertiesWithHistoryobject

Key-value pairs representing the properties of the object along with their history.

updatedAtstring date-time required

The timestamp when the object was last updated, in ISO 8601 format.

urlstring

The URL associated with the object.