Appearance
根据条线Code查询条线Path Line
基本信息
中文名: 根据条线Code查询条线Path Line
接口名: /mozi/organization/getGovBusinessStripLine
所在目录: 获取通讯录部门信息
调用方式: POST(HTTPS)
请求参数
名称 | 类型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
tenantId | Long | 是 | 1 | 租户Id |
businessStripCode | String | 是 | 100 | 条线 Code |
返回参数
参数 | 类型 | 示例值 | 说明 |
---|---|---|---|
_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[].code | String | 101 | 条线code |
content.data[].name | String | 组织部 | 条线name |