v6

latestOpenAPI 3.0.12026-07-13927166.0 KB
Batch

Create Default

Create the default (most generic) association type between two object types

put/crm/objects/2026-09/{fromObjectType}/{fromObjectId}/associations/default/{toObjectType}/{toObjectId}

Path parameters

fromObjectIdstring required

The ID of the source object in the association.

fromObjectTypestring required

The type of the source object in the association.

toObjectIdstring required

The ID of the target object in the association.

toObjectTypestring required

The type of the target object in the association.

Response

successful operation

completedAtstring date-time required

The timestamp when the batch process was completed, in ISO 8601 format.

linksobject

An object containing relevant links related to the batch request.

numErrorsinteger

The number of errors encountered during the batch processing.

requestedAtstring date-time

The timestamp when the batch process was initiated, in ISO 8601 format.

startedAtstring date-time required

The timestamp when the batch process began execution, in ISO 8601 format.

status'CANCELED' | 'COMPLETE' | 'PENDING' | 'PROCESSING' required

The status of the batch processing request: "PENDING", "PROCESSING", "CANCELLED", or "COMPLETE".