v4

latestOpenAPI 3.0.12026-07-131437115.1 KB
Basic

Create

Create a listing with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard listings is provided.

post/crm/objects/2026-09/{objectType}

Path parameters

objectTypestring required

objectTypeId of the object type

Request body

propertiesobject required

Key-value pairs for setting properties for the new object.

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

A unique identifier for tracing the request.

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.