Class EntitiesClientBatchCreateOptionsAbstract

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

Constructors

Properties

apiVersion?: API_VERSION

Ignored for Batch Create calls.

entityName: string

The entity type to be fetched. e.g. 'item'

objects: any[]

A list of objects to be created.

suffix?: string

Used to specify a suffix to the resource path.

Generated using TypeDoc