# 工商基本信息


# 接口描述

根据企业查询此企业工商基本信息。

# 字符编码

UTF-8

# 请求地址

/openapi/v1/company/business/base/info

# 请求 Header 参数

参数名 类型 必填 说明
accessToken String 是 请求发起时需要在 header 中,携带 accessToken,获取方式详见获取 accessToken

# 版本号(ver)

1

# 请求方式

POST(application/json)

# 请求参数

参数名 类型 长度 必填 说明
ver Integer - 是 api接口版本,参见具体API的版本。示例:1
companyName String 255 否 企业名称
creditCode String 255 否 统一社会信用代码

# 请求示例

{
  "ver":"1",
  "companyName":"中建三局集团有限公司",
  "creditCode":"91420000757013137P"
}
1
2
3
4
5

# 应用级返回结果

参数名 类型 长度 必填 说明
addressDetail String 255 是 工商地址
belongOrg String 255 是 登记机关
businessDateFrom String 255 是 经营开始日期 yyyy-mm-dd
businessDateTo String 255 否 经营结束日期 yyyy-mm-dd
businessScope String 65535 否 经营范围
checkDate String 255 是 核准日期 yyyy-mm-dd
cityId Integer - 是 市id
cityName String 20 否 市名称
companyName String 255 是 企业名称
companyType String 255 是 公司类别
contactPhone String 60 否 联系电话
creditCode String 255 否 统一社会信用代码
districtCode Integer - 是 区县id
districtName String 20 否 区县名称
eid String 36 是 企业eid
email String 100 否 企业邮箱
endDate String 255 否 截止日期 yyyy-mm-dd
historyName String 65535 否 曾用名 json
id Integer - 是 企业id
insuredNum Integer - 是 参保人数
introduction String 65535 是 公司简介
nature String 255 是 企业性质
operName String 255 是 法人
postCode String 255 否 邮编、邮政编码
province String 10 是 行政区名称
provinceCode String 10 是 省份代码(新)
regCapCurrency String 10 否 货币类型
regCapital String 255 是 注册资本
regUnit String 255 否 货币单位
startDate String 255 否 注册日期 yyyy-mm-dd
status String 50 是 中文经营状态 注销等...
taxLvl String 1 否 税务等级 1 :A级
url String 255 否 url
companyCategory String 255 否 企业类型
website String 2000 否 网址

# 返回结果示例

{
  "code": 200,
  "msg": "请求成功",
  "data": {
    "orgCode": "757013137",
    "districtCode": 420100,
    "cityId": 420100,
    "districtName": "武汉市",
    "cityName": "武汉市",
    "taxLvl": "1",
    "historyName": null,
    "companyName": "中建三局集团有限公司",
    "creditCode": "91420000757013137P",
    "id": 3068,
    "url": "",
    "eid": "5f22a318-68f5-4449-85cb-749cfc4578cc",
    "addressDetail": "武汉市关山路552号",
    "postCode": "",
    "province": "湖北省",
    "provinceCode": "420000",
    "endDate": "",
    "companyType": "有限责任公司(非自然人投资或控股的法人独资)",
    "businessDateTo": "",
    "checkDate": "2022-06-14",
    "businessDateFrom": "2003-12-29",
    "regCapital": "1500000",
    "actualCapi": "1350000",
    "regCapCurrency": "CNY",
    "regUnit": "万元",
    "businessScope": "各类建筑工程总承包、施工、咨询、建筑技术开发与转让、机械设备租赁、路桥建设,建筑工程、人防工程设计,商品混凝土的生产和批发;园林绿化工程;爆破作业设计施工(四级,有效期至2022年8月21日);建筑材料(设备)销售;机电设备销售;污水处理设备销售及环保设备销售。",
    "belongOrg": "湖北省市场监督管理局",
    "operName": "陈卫国",
    "startDate": "2003-12-29",
    "status": "存续(在营、开业、在册)",
    "introduction": "中建三局集团有限公司成立于2003-12-29,法定代表人为陈卫国,注册资本为1500000万元,统一社会信用代码为91420000757013137P,企业地址位于武汉市关山路552号,经营范围包含各类建筑工程总承包、施工、咨询、建筑技术开发与转让、机械设备租赁、路桥建设,建筑工程、人防工程设计,商品混凝土的生产和批发;园林绿化工程;爆破作业设计施工(四级,有效期至2022年8月21日);建筑材料(设备)销售;机电设备销售;污水处理设备销售及环保设备销售。。中建三局集团有限公司目前的经营状态为存续(在营、开业、在册)。",
    "email": "zjsj@cscec.com",
    "contactPhone": "027-65276668",
    "website": "cscec3b.com",
    "insuredNum": 13369,
    "nature": "有限责任公司(非自然人投资或控股的法人独资)",
    "companyCategory": "有限责任公司"
  }
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43

返回code码见 API 返回码说明

上一次更新时间: 11/30/2022, 10:32:25 PM