v14

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

Create an association for a specified object type.

Create a new association between the specified object type and another object type. This operation requires the definition of the association attributes, such as the primary and target object type IDs.

post/crm-object-schemas/2026-03/schemas/{objectType}/associations

Path parameters

objectTypestring required

Request body

fromObjectTypeIdstring required
namestring
toObjectTypeIdstring required

Response

successful operation

createdAtstring date-time

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

fromObjectTypeIdstring required

The ID of the source object type (e.g., 0-1 for contacts).

idstring required

The unique ID of the associated object (e.g., a contact ID).

namestring

For labeled association types, the internal name of the association.

toObjectTypeIdstring required

The ID of the destination object type (e.g., 0-3 for deals).

updatedAtstring date-time

The timestamp when the last update was made to an association, in ISO 8601 format.