EntityListByGuids interface
Methods
| delete(Entity |
Delete a list of entities in bulk identified by their GUIDs or unique attributes. |
| get(Entity |
List entities in bulk identified by its GUIDs. |
| post(Entity |
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
- options
- EntityBulkDeleteParameters
Returns
get(EntityListByGuidsParameters)
List entities in bulk identified by its GUIDs.
function get(options: EntityListByGuidsParameters): StreamableMethod<EntityListByGuids200Response | EntityListByGuidsDefaultResponse>
Parameters
- options
- EntityListByGuidsParameters
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>