Appearance
获取条线通讯录组织详情
基本信息
中文名: 获取条线通讯录组织详情
接口名: /mozi/stripLineAddressOrg/getDetail
所在目录: 获取通讯录部门信息
调用方式: POST(HTTPS)
发布版本: 2.0.0
请求参数
名称 | 类型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
domainCode | String | 是 | LD_123 | 条线通讯录的域code |
organizationCode | String | 是 | LO_KDK | 组织code(获取通讯录权限范围/auth/scopesV2接口返回的stripLineAddressScopes) |
tenantId | Long | 是 | 1 | 租户id |
返回参数
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
_RequestId | String | 网关请求ID | |
success | Boolean | true | 网关调用是否成功 |
errorCode | String | 0 | 网关错误码 |
HostId | String | 网关HostId | |
Code | String | 网关Code | |
errorMsg | String | 网关错误信息 | |
errorLevel | String | 网关错误级别 | |
Message | String | 网关信息 | |
content.success | Boolean | true | 业务调用是否成功 |
content.requestId | String | 业务请求ID | |
content.responseCode | String | 0 | 业务响应Code |
content.responseMessage | String | 业务响应信息 | |
content.data | 业务返回值 | ||
content.data.domianCode | String | LO_123 | 条线通讯录域code |
content.data.organizationCode | String | LO_abc | 条线通讯录组织code |
content.data.organizationName | String | xx分公司财政部 | 条线通讯录组织名称 |
content.data.parentCode | String | LO_xxx | 条线通讯录父组织code |
content.data.parentName | String | 财政部门 | 条线通讯录父组织名称 |
content.data.refOrganizationCode | String | GO_123 | 引用的区划组织code |
content.data.refOrganizationName | String | xxx分公司财政局 | 引用的区划组织名称 |
content.data.status | String | A | 状态 |
content.data.type | String | GOV_UNIT | 组织类型 |