更新时间:2023-06-21 07:13:10下载pdf
本文介绍查询组织详情的 API。
查询组织详情,会返回组织名称、联系人等信息。
GET: /v1.0/iot-02/community/structure
参数名 | 类型 | 参数位置 | 是否必填 | 说明 |
---|---|---|---|---|
structure_id | String | query | true | 组织 ID |
参数名 | 类型 | 说明 |
---|---|---|
result | HighwayStructureDetailResponse |
result
说明
参数名 | 类型 | 说明 |
---|---|---|
structure_id | String | 组织 ID |
parent_structure_id | String | 父组织,为空表示根组织 |
structure_name | String | 组织名称 |
address_code | String | 地址(省市区街道的 Code,用逗号分割)参考:http://www.stats.gov.cn/tjsj/tjbz/tjyqhdmhcxhfdm/ |
address_detail | String | 详细地址 |
contact | String | 联系人 |
contact_mobile | String | 联系人电话 |
contact_email | String | 联系人邮箱 |
GET: /v1.0/iot-02/community/structure?structure_id=137209008422933xxxx
{
"address_code": "230000,230200,230205,230205006,230205006003",
"level": 2,
"structure_id": "138445394780829xxxx",
"parent_structure_id": "138278031145626xxxx",
"business_license": "",
"address_name": "黑龙江省齐齐哈尔市昂昂溪区",
"alias_code": "v_q2cd",
"contact_email": "",
"address_detail": "111",
"structure_name": "测试组织",
"children": [
{
"structure_id": "138448681041504xxxx",
"structure_name": "9789"
},
{
"structure_id": "138526787284608xxxx",
"structure_name": "test"
}
],
"contact": "测试人员",
"alias_code_path": "p_s_nw_e44boov_q2cd",
"contact_mobile": "1345555xxxx"
}
参考 错误码。
该内容对您有帮助吗?
是意见反馈该内容对您有帮助吗?
是意见反馈