Appearance
清空人员、任职、组织的指定属性值
基本信息
中文名: 清空人员、任职、组织的指定属性值
接口名: /mozi/fusion/clearPropertyValue
所在目录: 通讯录编辑接口
调用方式: POST(HTTPS)
请求参数
名称 | 类型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
type | String | 是 | EMPLOYEE | 见补充说明:type操作类型枚举说明 |
operator | String | 是 | xxx | 操作人 |
employeeCode | String | 否 | GE_123 | 人员Code |
propertyCode | String | 是 | avator | 属性Code |
organizationCode | String | 否 | GO_123 | 组织Code |
tenantId | Long | 是 | 1 | 租户Id |
返回参数
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
success | Boolean | true | 网关调用是否成功 |
content.success | Boolean | true | 业务调用是否成功 |
content.requestId | String | 业务请求ID | |
content.responseCode | String | 业务响应Code | |
content.responseMessage | String | 业务响应信息 |