Share via


EntityListByGuids interface

Methods

delete(EntityBulkDeleteParameters)

Delete a list of entities in bulk identified by their GUIDs or unique attributes.

get(EntityListByGuidsParameters)

List entities in bulk identified by its GUIDs.

post(EntityBulkCreateOrUpdateParameters)

Create or update entities in bulk. Existing entity is matched using its unique guid if supplied or by its unique attributes eg: qualifiedName. Map and array of collections are not well supported. E.g., array<array<int>>, array<map<string, int>>. For each contact type, the maximum number of contacts is 20.

Method Details

delete(EntityBulkDeleteParameters)

Delete a list of entities in bulk identified by their GUIDs or unique attributes.

function delete(options: EntityBulkDeleteParameters): StreamableMethod<EntityBulkDelete200Response | EntityBulkDeleteDefaultResponse>

Parameters

Returns

get(EntityListByGuidsParameters)

List entities in bulk identified by its GUIDs.

function get(options: EntityListByGuidsParameters): StreamableMethod<EntityListByGuids200Response | EntityListByGuidsDefaultResponse>

Parameters

Returns

post(EntityBulkCreateOrUpdateParameters)

Create or update entities in bulk. Existing entity is matched using its unique guid if supplied or by its unique attributes eg: qualifiedName. Map and array of collections are not well supported. E.g., array<array<int>>, array<map<string, int>>. For each contact type, the maximum number of contacts is 20.

function post(options: EntityBulkCreateOrUpdateParameters): StreamableMethod<EntityBulkCreateOrUpdate200Response | EntityBulkCreateOrUpdateDefaultResponse>

Parameters

Returns