EntityCreateOrUpdate interface
方法
| post(Entity |
创建或更新实体。 如果提供或唯一属性(例如: qualifiedName)使用其唯一 guid 匹配现有实体。 不支持集合的映射和数组。 例如,数组<数组<int>>、数组<映射<字符串、int>>。 对于每个联系人类型,最大联系人数为 20。 |
方法详细信息
post(EntityCreateOrUpdateParameters)
创建或更新实体。 如果提供或唯一属性(例如: qualifiedName)使用其唯一 guid 匹配现有实体。 不支持集合的映射和数组。 例如,数组<数组<int>>、数组<映射<字符串、int>>。 对于每个联系人类型,最大联系人数为 20。
function post(options: EntityCreateOrUpdateParameters): StreamableMethod<EntityCreateOrUpdate200Response | EntityCreateOrUpdateDefaultResponse>
参数
- options
- EntityCreateOrUpdateParameters