Class EntitiesClientCreateOptionsAbstract

The contract used to specify the options for POST calls for Entities.

Constructors

Properties

apiVersion?: API_VERSION

Ignored for Create calls.

entityName: string

The entity type of the object being created. e.g. 'item'

id?: string

Deprecated

Use suffix for adding a suffix to the resource path.

object: any

The entity object being created.

relation?: string

Deprecated

use suffix instead.

skipHydrateRelationships?: boolean

Returns only the updated entity, without hydrated object and type references

As of 2025-07-18, only supported by Project Items. Other entities will ignore this and return the full hydrated object.

suffix?: string

Used to specify a suffix to the resource path.

Generated using TypeDoc