查询
          
请求Header:
| 名称 | 值 | |
|---|---|---|
| Content-Type | application/x-www-form-urlencoded | 
请求参数说明:
| 名称 | 必填 | 类型 | 说明 | |
|---|---|---|---|---|
| key | 是 | string | 在个人中心->我的数据,接口名称上方查看 | |
| keyword | 是 | string | 公司名、注册号、社会统一信用代码,KeyNo | |
| realname | 是 | string | 人员姓名 | |
| type | 是 | string | 0:担任法定代表人;1:对外投资;2:在外任职 | |
| pageIndex | 否 | int | 请求页码,默认为1 | |
| pageSize | 否 | int | 请求数据条数, 默认10条 | 
请求代码示例:
curl -k -i "http://apis.juhe.cn/personSenior/query?key=key&keyword=xxx&realname=李聚合&type=xxx&pageIndex=&pageSize="
      返回参数说明:
| 名称 | 类型 | 说明 | |
|---|---|---|---|
| Date | String | 成立日期 | |
| EconKind | String | 公司类型 | |
| ImageUrl | String | Logo | |
| KeyNo | String | KeyNo | |
| Name | String | 企业名称 | |
| OperName | String | 法人名称 | |
| OperPersonId | String | 人员ID | |
| OperType | String | 人员类型 | |
| RegCap | String | 注册资本 | |
| SXCount | String | 失信数量 | |
| Status | String | 状态 | |
| ZXCount | String | 被执行数量 | |
| Area | Object | 区域 | |
| Industry | Object | 行业 | |
| RelationList | Object | 关系 | |
| Area | |||
| City | String | 市 | |
| County | String | 区 | |
| Province | String | 省 | |
| Industry | |||
| Industry | String | 行业门类描述 | |
| IndustryCode | String | 行业门类Code | |
| SubIndustry | String | 行业大类描述 | |
| SubIndustryCode | String | 行业大类Code | |
| RelationList | jsonArray | 关系 | |
| Type | String | 类型 | |
| TypeDesc | String | 类型说明 | |
| Value | String | 值 | 
JSON返回示例:JSON在线格式化工具 >
      {
    "reason": "成功",
    "result": {
        "pageSize": 10,
        "pageIndex": 1,
        "totalRecords": 8,
        "data": [
            {
                "Area": {
                    "City": "南通市",
                    "County": "海门市",
                    "Province": "江苏省"
                },
                "Date": "2009-06-23",
                "EconKind": "有限责任公司(自然人独资)",
                "Industry": {
                    "Industry": "居民服务、修理和其他服务业",
                    "IndustryCode": "O",
                    "SubIndustry": null,
                    "SubIndustryCode": null
                },
                "KeyNo": "305fb8ff0f882b7ff4ca8f6dc084f160",
                "Name": "江苏爱家电子商务技术有限公司",
                "OperName": "张德洲",
                "OperPersonId": "p26c24e54db4bc26e8370857bd14e931",
                "OperType": "1",
                "RegCap": "500万元人民币",
                "RelationList": [
                    {
                        "Type": "0",
                        "TypeDesc": "法定代表人",
                        "Value": "张德洲"
                    },
                    {
                        "Type": "1",
                        "TypeDesc": "股东",
                        "Value": "100%"
                    },
                    {
                        "Type": "2",
                        "TypeDesc": "任职",
                        "Value": "执行董事兼总经理"
                    }
                ],
                "SXCount": "0",
                "Status": "存续",
                "ZXCount": "0"
            },
            {
                "Area": {
                    "City": "苏州市",
                    "County": "常熟市",
                    "Province": "江苏省"
                },
                "Date": "2000-03-17",
                "EconKind": "有限责任公司(自然人投资或控股)",
                "Industry": {
                    "Industry": "信息传输、软件和信息技术服务业",
                    "IndustryCode": "I",
                    "SubIndustry": "互联网和相关服务",
                    "SubIndustryCode": "64"
                },
                "KeyNo": "a4d9eac63c23e7f7a1ac560480b51c19",
                "Name": "江苏网路神电子商务技术有限公司",
                "OperName": "张德洲",
                "OperPersonId": "p26c24e54db4bc26e8370857bd14e931",
                "OperType": "1",
                "RegCap": "10000万元人民币",
                "RelationList": [
                    {
                        "Type": "0",
                        "TypeDesc": "法定代表人",
                        "Value": "张德洲"
                    },
                    {
                        "Type": "1",
                        "TypeDesc": "股东",
                        "Value": "70%"
                    },
                    {
                        "Type": "2",
                        "TypeDesc": "任职",
                        "Value": "执行董事"
                    }
                ],
                "SXCount": "31",
                "Status": "存续",
                "ZXCount": "1"
            },
            {
                "Area": {
                    "City": "苏州市",
                    "County": "虎丘区",
                    "Province": "江苏省"
                },
                "Date": "2009-02-22",
                "EconKind": "有限责任公司",
                "Industry": {
                    "Industry": "科学研究和技术服务业",
                    "IndustryCode": "M",
                    "SubIndustry": "研究和试验发展",
                    "SubIndustryCode": "73"
                },
                "KeyNo": "b6da31004153e364629e5b1b9b6eca8f",
                "Name": "江苏网政信息技术有限公司",
                "OperName": "张德洲",
                "OperPersonId": "p26c24e54db4bc26e8370857bd14e931",
                "OperType": "1",
                "RegCap": "3000万元人民币",
                "RelationList": [
                    {
                        "Type": "0",
                        "TypeDesc": "法定代表人",
                        "Value": "张德洲"
                    },
                    {
                        "Type": "1",
                        "TypeDesc": "股东",
                        "Value": "70%"
                    },
                    {
                        "Type": "2",
                        "TypeDesc": "任职",
                        "Value": "执行董事"
                    }
                ],
                "SXCount": "5",
                "Status": "在业",
                "ZXCount": "0"
            },
            {
                "Area": {
                    "City": "苏州市",
                    "County": "常熟市",
                    "Province": "江苏省"
                },
                "Date": "2010-05-27",
                "EconKind": "有限责任公司(自然人投资或控股)",
                "Industry": {
                    "Industry": "农、林、牧、渔业",
                    "IndustryCode": "A",
                    "SubIndustry": "农、林、牧、渔专业及辅助性活动",
                    "SubIndustryCode": "5"
                },
                "KeyNo": "841d1ea1ad88aee3bbd481972c390d63",
                "Name": "常熟市沙家浜开心农场有限公司",
                "OperName": "张德洲",
                "OperPersonId": "p26c24e54db4bc26e8370857bd14e931",
                "OperType": "1",
                "RegCap": "3000万元人民币",
                "RelationList": [
                    {
                        "Type": "0",
                        "TypeDesc": "法定代表人",
                        "Value": "张德洲"
                    },
                    {
                        "Type": "1",
                        "TypeDesc": "股东",
                        "Value": "60%"
                    },
                    {
                        "Type": "2",
                        "TypeDesc": "任职",
                        "Value": "执行董事兼总经理"
                    }
                ],
                "SXCount": "3",
                "Status": "存续",
                "ZXCount": "0"
            },
            {
                "Area": {
                    "City": "苏州市",
                    "County": "常熟市",
                    "Province": "江苏省"
                },
                "Date": "2010-06-23",
                "EconKind": "有限责任公司",
                "Industry": {
                    "Industry": "信息传输、软件和信息技术服务业",
                    "IndustryCode": "I",
                    "SubIndustry": "软件和信息技术服务业",
                    "SubIndustryCode": "65"
                },
                "KeyNo": "8386dd7f37bb7bc6d83b57fa2ba51df7",
                "Name": "江苏网路神移动互联软件技术有限公司",
                "OperName": "张德洲",
                "OperPersonId": "p26c24e54db4bc26e8370857bd14e931",
                "OperType": "1",
                "RegCap": "1500万元人民币",
                "RelationList": [
                    {
                        "Type": "0",
                        "TypeDesc": "法定代表人",
                        "Value": "张德洲"
                    },
                    {
                        "Type": "1",
                        "TypeDesc": "股东",
                        "Value": "30%"
                    },
                    {
                        "Type": "2",
                        "TypeDesc": "任职",
                        "Value": "执行董事兼总经理"
                    }
                ],
                "SXCount": "4",
                "Status": "存续",
                "ZXCount": "0"
            },
            {
                "Area": {
                    "City": "盐城市",
                    "County": "滨海县",
                    "Province": "江苏省"
                },
                "Date": "2001-08-23",
                "EconKind": "个人独资企业",
                "Industry": {
                    "Industry": "农、林、牧、渔业",
                    "IndustryCode": "A",
                    "SubIndustry": "农业",
                    "SubIndustryCode": "1"
                },
                "KeyNo": "c4b549131e56694be0463c61e1be6607",
                "Name": "滨海县颐和堂菊花饮品厂",
                "OperName": "张德洲",
                "OperPersonId": "p26c24e54db4bc26e8370857bd14e931",
                "OperType": "5",
                "RegCap": "200万元人民币",
                "RelationList": [
                    {
                        "Type": "0",
                        "TypeDesc": "法定代表人",
                        "Value": "张德洲"
                    },
                    {
                        "Type": "1",
                        "TypeDesc": "股东",
                        "Value": "100%"
                    },
                    {
                        "Type": "2",
                        "TypeDesc": "任职",
                        "Value": "负责人"
                    }
                ],
                "SXCount": "0",
                "Status": "注销",
                "ZXCount": "0"
            },
            {
                "Area": {
                    "City": "苏州市",
                    "County": "张家港市",
                    "Province": "江苏省"
                },
                "Date": "2009-07-20",
                "EconKind": "有限责任公司",
                "Industry": {
                    "Industry": "科学研究和技术服务业",
                    "IndustryCode": "M",
                    "SubIndustry": "科技推广和应用服务业",
                    "SubIndustryCode": "75"
                },
                "KeyNo": "fc501f635b9bc8e050b0ad24eae130b5",
                "Name": "张家港金凤凰动漫制作有限公司",
                "OperName": "张德洲",
                "OperPersonId": "p26c24e54db4bc26e8370857bd14e931",
                "OperType": "1",
                "RegCap": "1000万元人民币",
                "RelationList": [
                    {
                        "Type": "0",
                        "TypeDesc": "法定代表人",
                        "Value": "张德洲"
                    },
                    {
                        "Type": "1",
                        "TypeDesc": "股东",
                        "Value": "70%"
                    },
                    {
                        "Type": "2",
                        "TypeDesc": "任职",
                        "Value": "执行董事兼总经理"
                    }
                ],
                "SXCount": "0",
                "Status": "注销",
                "ZXCount": "0"
            },
            {
                "Area": {
                    "City": "盐城市",
                    "County": "东台市",
                    "Province": "江苏省"
                },
                "Date": "2002-07-01",
                "EconKind": "有限责任公司(自然人投资或控股)",
                "Industry": {
                    "Industry": "制造业",
                    "IndustryCode": "C",
                    "SubIndustry": "酒、饮料和精制茶制造业",
                    "SubIndustryCode": "15"
                },
                "KeyNo": "db06135829ef3e34e6d7637f6727f2f7",
                "Name": "东台颐和堂绿色饮品有限公司",
                "OperName": "张德洲",
                "OperPersonId": "p26c24e54db4bc26e8370857bd14e931",
                "OperType": "1",
                "RegCap": "100万元人民币",
                "RelationList": [
                    {
                        "Type": "0",
                        "TypeDesc": "法定代表人",
                        "Value": "张德洲"
                    },
                    {
                        "Type": "1",
                        "TypeDesc": "股东",
                        "Value": "60%"
                    },
                    {
                        "Type": "2",
                        "TypeDesc": "任职",
                        "Value": "执行董事兼总经理"
                    }
                ],
                "SXCount": "0",
                "Status": "吊销",
                "ZXCount": "0"
            }
        ],
        "groupItems": [
            {
                "Key": "type",
                "Items": [
                    {
                        "Value": "0",
                        "Desc": "担任法定代表人的企业",
                        "Count": 17
                    },
                    {
                        "Value": "1",
                        "Desc": "投资的企业",
                        "Count": 8
                    },
                    {
                        "Value": "2",
                        "Desc": "任职的企业",
                        "Count": 11
                    }
                ]
            }
        ],
        "orderid": "JH402190802164339128016Ss"
    },
    "error_code": 0
}
  服务级错误码参照(error_code):
| 错误码 | 说明 | |
|---|---|---|
| 240201 | 网络错误 | |
| 240202 | 查无记录 | |
| 240203 | 参数异常 | |
| 240204 | 查询失败 | 
系统级错误码参照:
| 错误码 | 说明 | 旧版本(resultcode) | |
|---|---|---|---|
| 10001 | 错误的请求KEY | 101 | |
| 10002 | 该KEY无请求权限 | 102 | |
| 10003 | KEY过期 | 103 | |
| 10004 | 错误的OPENID | 104 | |
| 10005 | 应用未审核超时,请提交认证 | 105 | |
| 10007 | 未知的请求源 | 107 | |
| 10008 | 被禁止的IP | 108 | |
| 10009 | 被禁止的KEY | 109 | |
| 10011 | 当前IP请求超过限制 | 111 | |
| 10012 | 请求超过次数限制 | 112 | |
| 10013 | 测试KEY超过请求限制 | 113 | |
| 10014 | 系统内部异常(调用充值类业务时,请务必联系客服或通过订单查询接口检测订单,避免造成损失) | 114 | |
| 10020 | 接口维护 | 120 | |
| 10021 | 接口停用 | 121 | 
错误码格式说明(示例:200201):
| 2 | 002 | 01 | |
|---|---|---|---|
| 服务级错误(1为系统级错误) | 服务模块代码(即数据ID) | 具体错误代码 | 
接口文档下载