EntityListByGuids interface
方法
| delete(Entity |
删除由其 GUID 或唯一属性批量标识的实体列表。 |
| get(Entity |
列出由其 GUID 批量标识的实体。 |
| post(Entity |
批量创建或更新实体。 如果提供或唯一属性(例如: qualifiedName)使用其唯一 guid 匹配现有实体。 不支持集合的映射和数组。 例如,数组<数组<int>>、数组<映射<字符串、int>>。 对于每个联系人类型,最大联系人数为 20。 |
方法详细信息
delete(EntityBulkDeleteParameters)
删除由其 GUID 或唯一属性批量标识的实体列表。
function delete(options: EntityBulkDeleteParameters): StreamableMethod<EntityBulkDelete200Response | EntityBulkDeleteDefaultResponse>
参数
- options
- EntityBulkDeleteParameters
返回
get(EntityListByGuidsParameters)
列出由其 GUID 批量标识的实体。
function get(options: EntityListByGuidsParameters): StreamableMethod<EntityListByGuids200Response | EntityListByGuidsDefaultResponse>
参数
- options
- EntityListByGuidsParameters
返回
post(EntityBulkCreateOrUpdateParameters)
批量创建或更新实体。 如果提供或唯一属性(例如: qualifiedName)使用其唯一 guid 匹配现有实体。 不支持集合的映射和数组。 例如,数组<数组<int>>、数组<映射<字符串、int>>。 对于每个联系人类型,最大联系人数为 20。
function post(options: EntityBulkCreateOrUpdateParameters): StreamableMethod<EntityBulkCreateOrUpdate200Response | EntityBulkCreateOrUpdateDefaultResponse>