alibaba.eshiqi.corp.get (企业基本信息查询)

企业基本信息查询

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
param CorpBaseProfileRequestDto 可选 请求参数
  • └ reg_no
  • String
  • 可选
  • 91331002MA28GEXxxxx
  • 工商注册号
  • └ credit_code
  • String
  • 可选
  • JY11310020000000xx
  • 统一信用号码
  • └ corp_name
  • String
  • 可选
  • 测试企业有限公司
  • 公司名称 说明:公司名称、工商注册号、统一信用号码 三个值中需要必填一个

响应参数

名称 类型 示例值 描述
result ResponseWrapper 返回参数
  • module
  • CorpInfoResponseDto
  • 返回企业信息
  • └ reg_no
  • String
  • 500000000000002
  • 工商注册号
  • └ cancel_date
  • String
  • 2015-01-05
  • 注销日期
  • └ op_to
  • String
  • 长期
  • 营业到期时间
  • └ industry_co_name
  • String
  • 批发和零售业
  • 所属行业
  • └ rec_reg_cap
  • String
  • 1000.00人民币元
  • 实收注册资本
  • └ revoke_date
  • String
  • -
  • 吊销日期
  • └ revoke_reason
  • String
  • -
  • 吊销原因
  • └ ent_type
  • String
  • 有限责任公司(非自然人投资或控股的法人独资)
  • 公司类型(枚举)
  • └ credit_code
  • String
  • 9xxxxxxxxxxxxxxxxT
  • 社会信用代码
  • └ reg_cap_cur
  • String
  • 人民币元
  • 注册资金币种
  • └ zs_op_scope
  • String
  • 销售食品;经营山货及经贸部批准的进出口业务,接受委托代理上述进出口业务;承办中外合资经营、合作生产、三来一补及对销贸易业务;销售新鲜蔬菜、新鲜水果、食用农产品。(市场主体依法自主选择经营项目,开展经营活动;销售食品以及依法须经批准的项目,经相关部门批准后依批准的内容开展经营活动;不得从事国家和本市产业政策禁止和限制类项目的经营活动。)
  • 经营范围
  • └ org_code
  • String
  • 101115245
  • 组织机构代码
  • └ legal_person
  • String
  • 小明
  • 法人名称
  • └ reg_cap
  • Number
  • 1000
  • 注册资本
  • └ cancel_reason
  • String
  • -
  • 注销原因
  • └ former_name
  • String
  • -
  • 曾用名
  • └ op_from
  • String
  • 2018-12-19
  • 营业开始时间
  • └ audit_date
  • String
  • 2010-09-01
  • 审核日期
  • └ reg_cap_cur_iso_code
  • String
  • CNY
  • 注册资金币种code
  • └ industry_co_code
  • String
  • 5129
  • 国民经济行业代码
  • └ employee_cnt
  • String
  • 50-150人
  • 从业人数
  • └ reg_cap_str
  • String
  • 100万
  • 注册资本,例如:55万美元
  • └ address
  • String
  • 上海市徐汇区xxx路xxx弄xxx号xxx室
  • 公司地址
  • └ op_period
  • String
  • 2018-12-19至长期
  • 营业期限
  • └ reg_county
  • String
  • 南山区
  • 注册地址所在区县
  • └ rec_cap
  • Number
  • 1824.8
  • 实收资本
  • └ corp_name_en
  • String
  • -
  • 公司英文名称
  • └ corp_name
  • String
  • 上海市xx信息技术有限公司
  • 公司名称
  • └ es_date
  • String
  • 2018-12-19
  • 成立时间
  • └ reg_city
  • String
  • 深圳市
  • 注册地址所在城市
  • └ reg_org
  • String
  • 南山局
  • 登记机关
  • └ ent_status
  • String
  • 在营
  • 经营状态(枚举)
  • └ reg_province
  • String
  • 广东省
  • 注册地址所在省
  • └ industry_phy
  • String
  • -
  • 行业门类名称
  • └ op_period_abnormality
  • Boolean
  • true
  • 营业期限异常
  • └ ent_status_abnormality
  • Boolean
  • true
  • 经营状态异常
  • └ risk_assessment
  • String
  • HIGH
  • 风险评估
  • └ succeeded
  • Boolean
  • true
  • 请求是否成功
  • └ http_status_code
  • String
  • 200
  • httpcode
  • └ response_code
  • String
  • 200
  • 响应code
  • └ response_msg
  • String
  • ok
  • 响应描述

请求示例

  • JAVA
  • .NET
  • PHP
  • CURL
  • Python
  • C/C++
  • NodeJS
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret);
AlibabaEshiqiCorpGetRequest req = new AlibabaEshiqiCorpGetRequest();
AlibabaEshiqiCorpGetRequest.CorpBaseProfileRequestDto obj1 = new AlibabaEshiqiCorpGetRequest.CorpBaseProfileRequestDto();
obj1.setRegNo("91331002MA28GEXxxxx");
obj1.setCreditCode("JY11310020000000xx");
obj1.setCorpName("测试企业有限公司");
req.setParam(obj1);
AlibabaEshiqiCorpGetResponse rsp = client.execute(req);
System.out.println(rsp.getBody());

响应示例

  • XML示例
  • JSON示例
<alibaba_eshiqi_corp_get_response>
    <result>
        <module>
            <reg_no>500000000000002</reg_no>
            <cancel_date>2015-01-05</cancel_date>
            <op_to>长期</op_to>
            <industry_co_name>批发和零售业</industry_co_name>
            <rec_reg_cap>1000.00人民币元</rec_reg_cap>
            <revoke_date>-</revoke_date>
            <revoke_reason>-</revoke_reason>
            <ent_type>有限责任公司(非自然人投资或控股的法人独资)</ent_type>
            <credit_code>9xxxxxxxxxxxxxxxxT</credit_code>
            <reg_cap_cur>人民币元</reg_cap_cur>
            <zs_op_scope>销售食品;经营山货及经贸部批准的进出口业务,接受委托代理上述进出口业务;承办中外合资经营、合作生产、三来一补及对销贸易业务;销售新鲜蔬菜、新鲜水果、食用农产品。(市场主体依法自主选择经营项目,开展经营活动;销售食品以及依法须经批准的项目,经相关部门批准后依批准的内容开展经营活动;不得从事国家和本市产业政策禁止和限制类项目的经营活动。)</zs_op_scope>
            <org_code>101115245</org_code>
            <legal_person>小明</legal_person>
            <reg_cap>1000</reg_cap>
            <cancel_reason>-</cancel_reason>
            <former_name>-</former_name>
            <op_from>2018-12-19</op_from>
            <audit_date>2010-09-01</audit_date>
            <reg_cap_cur_iso_code>CNY</reg_cap_cur_iso_code>
            <industry_co_code>5129</industry_co_code>
            <employee_cnt>50-150人</employee_cnt>
            <reg_cap_str>100万</reg_cap_str>
            <address>上海市徐汇区xxx路xxx弄xxx号xxx室</address>
            <op_period>2018-12-19至长期</op_period>
            <reg_county>南山区</reg_county>
            <rec_cap>1824.8</rec_cap>
            <corp_name_en>-</corp_name_en>
            <corp_name>上海市xx信息技术有限公司</corp_name>
            <es_date>2018-12-19</es_date>
            <reg_city>深圳市</reg_city>
            <reg_org>南山局</reg_org>
            <ent_status>在营</ent_status>
            <reg_province>广东省</reg_province>
            <industry_phy>-</industry_phy>
            <op_period_abnormality>true</op_period_abnormality>
            <ent_status_abnormality>true</ent_status_abnormality>
            <risk_assessment>HIGH</risk_assessment>
        </module>
        <succeeded>true</succeeded>
        <http_status_code>200</http_status_code>
        <response_code>200</response_code>
        <response_msg>ok</response_msg>
    </result>
</alibaba_eshiqi_corp_get_response>

异常示例

  • XML示例
  • JSON示例
<error_response>
    <code>50</code>
    <msg>Remote service error</msg>
    <sub_code>isv.invalid-parameter</sub_code>
    <sub_msg>非法参数</sub_msg>
</error_response>

错误码解释

错误码 错误描述 解决方案

API工具

如何获得此API

FAQ

返回
顶部