v14

latestOpenAPI 3.0.0raw.githubusercontent.com2026-05-279719892.3 MB
Advanced

Merge two objects with same type

Merge two CRM objects of the same type by specifying one as the primary object and the other as the object to be merged into it.

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

Path parameters

objectTypestring required

Request body

objectIdToMergestring required

The ID of the company to merge into the primary.

primaryObjectIdstring required

The ID of the primary company, which the other will merge into.

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 write request for 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.