/custom-object-classes/{source_class_id}/custom-objects/{source_object_id}/associations/{target_class_id}/{target_object_id}/{association_type_id}

Beta

Creates an Association between source_object_id and target_object_id of type association_type_id.

Authentication

AuthorizationBearer

Token-based authentication with required prefix “Bearer”

Path parameters

association_type_idstringRequiredformat: "uuid"
source_class_idstringRequiredformat: "uuid"
source_object_idstringRequiredformat: "uuid"
target_class_idstringRequired
target_object_idstringRequiredformat: "uuid"

Headers

X-Account-TokenstringRequired
Token identifying the end user.

Query parameters

is_debug_modebooleanOptional

Whether to include debug fields (such as log file links) in the response.

run_asyncbooleanOptional

Whether or not third-party updates should be run asynchronously.

Response

created_atdatetime or nullRead-only
The datetime that this object was created by Merge.
modified_atdatetime or nullRead-only
The datetime that this object was modified by Merge.
source_objectstring or nullRead-onlyformat: "uuid"
target_objectstring or nullRead-onlyformat: "uuid"
association_typestring or nullformat: "uuid"
The association type the association belongs to.