Skip to main content
POST
Create association definition

Supported products

承認

Authorization
string
header
必須

The access token received from the authorization server in the OAuth 2.0 flow.

パスパラメータ

appId
integer<int32>
必須
objectType
string
必須

ボディ

application/json
fromObjectTypeId
string
必須
toObjectTypeId
string
必須
name
string

レスポンス

successful operation

The definition of an association

fromObjectTypeId
string
必須

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

id
string
必須

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

toObjectTypeId
string
必須

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

createdAt
string<date-time>

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

name
string

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

updatedAt
string<date-time>

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

最終更新日 2026年4月10日