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.

suffix?: string

Used to specify a suffix to the resource path.

Generated using TypeDoc