Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
D
dbp
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • credit_data
  • dbp
  • Wiki
    • Company.wiki
  • open_company_base

open_company_base · Changes

Page history
init authored Oct 21, 2019 by 李林坳's avatar 李林坳
Show whitespace changes
Inline Side-by-side
Showing with 66 additions and 0 deletions
+66 -0
  • company.wiki/open_company_base.md company.wiki/open_company_base.md +66 -0
  • No files found.
company.wiki/open_company_base.md 0 → 100644
View page @ 34c365d3
## 工商基本信息对外接口
----
本接口用于查询工商基本信息数据
### 调用路径
> http://api.shuidi.cn/open/company/base
### 输入参数
|参数名称 | 是否必填 | 说明 |
| -------- | -------- | -------- |
|认证相关参数 | 是| 见接口认证章节说明 |
|key | 是 | 查询公司名称 |
{% include '../common/authenticate.md' %}
### 输出结果
{% include '../common/output_format.md' %}
#### 输出样例
```json
{
"statusCode": 1,
"statusMessage": "请求成功",
"data": {
"companyName": "北京奇虎科技有限公司",
"companyType": "有限责任公司(法人独资)",
"legalPerson": "周鸿祎",
"capital": "50000.000000万人民币",
"companyCode": "110102010408994",
"companyAddress": "北京市西城区新街口外大街28号D座112室(德胜园区)",
"businessScope": "技术开发、技术咨询、技术推广、网络技术服务;计算机系统服务;设计、制作、发布广告;销售通讯设备、电子产品、计算机、软件及辅助设备;从事互联网文化活动;互联网游戏出版(网络出版服务许可证有效期至2021年12月31日);互联网信息服务;经营电信业务。(企业依法自主选择经营项目,开展经营活动;从事互联网文化活动、互联网信息服务、经营电信业务以及依法须经批准的项目,经相关部门批准后依批准的内容开展经营活动;不得从事本市产业政策禁止和限制类项目的经营活动。)",
"authority": "北京市工商行政管理局西城分局",
"companyStatus": "开业",
"establishDate": "2007-08-13 00:00:00",
"creditNo": "911101026662879416",
"province": "北京市",
"operationStartdate": "2007-08-13 00:00:00",
"operationEnddate": "2027-08-12 00:00:00",
"issueDate": "2017-08-24 00:00:00"
}
}
```
#### 输出结果字段含义
| 属性名 | 含义 |
| -------- | -------- |
| companyName |公司名称 |
| companyType | 企业类型 |
| legalPerson | 法定代表人 |
| capital | 注册资本 |
| companyCode | 注册码 |
| companyAddress | 企业地址 |
| businessScope | 经营范围 |
| authority | 登记机关 |
| companyStatus | 登记状态 |
| establishDate | 成立时间 |
| creditNo | 企业信用代码 |
| province | 所在省份 |
| operationStartdate | 营业日期 |
| operationEnddate | 截止日期 |
| issueDate | 核准时间 |
{% include '../common/error_code.md'%}
\ No newline at end of file
Clone repository
  • README
  • SUMMARY
  • bidchance.wiki
    • README
    • open_bidchance_batchGetDatas
    • open_bidchance_batchGetKeywords
    • open_bidchance_count
    • open_bidchance_find
    • open_bidchance_keywords
    • open_bidchance_search
    • open_bidchance_searchPage
  • common
    • authenticate
    • error_code
    • output_format
    • service_hosts_pub
  • company.wiki
    • README
View All Pages