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_detail

open_company_detail · Changes

Page history
init authored Oct 21, 2019 by 李林坳's avatar 李林坳
Hide whitespace changes
Inline Side-by-side
Showing with 132 additions and 0 deletions
+132 -0
  • company.wiki/open_company_detail.md company.wiki/open_company_detail.md +132 -0
  • No files found.
company.wiki/open_company_detail.md 0 → 100644
View page @ 34c365d3
## 企业工商数据详情
----
本接口用于查询企业工商数据详情数据
### 调用路径
> http://api.shuidi.cn/open/company/detail
### 输入参数
|参数名称 | 是否必填 | 说明 |
| -------- | -------- | -------- |
|认证相关参数 | 是| 见接口认证章节说明 |
|key | 是 | 查询公司名称 |
{% include '../common/authenticate.md' %}
### 输出结果
{% include '../common/output_format.md' %}
#### 输出样例
```json
{
"statusCode": 1,
"statusMessage": "请求成功",
"data": {
"base": [
{
"companyName": "上海凭安征信服务有限公司",
"companyType": "有限责任公司(自然人投资或控股的法人独资)",
"legalPerson": "徐骥",
"capital": "5000万人民币",
"companyCode": "310230000721759",
"companyAddress": "上海市长宁区广顺路33号8幢193室",
"businessScope": "企业信用征信服务。【依法须经批准的项目,经先关部门批准后方可开展经营活动】",
"authority": "长宁区市场监督管理局",
"companyStatus": "存续(在营、开业、在册)",
"establishDate": "2014-10-16 00:00:00",
"creaditNo": "91310105312565457T",
"provice": "上海市",
"businessDateFrom": "2014-10-16 00:00:00",
"businessDateTo": "2024-10-15 00:00:00",
"issueDate": "2014-10-16 00:00:00",
}
],
"partners": [
{
"stockName": "上海凭安网络科技有限公司",
"stockType": "企业法人",
"cardType": "企业法人营业执照(公司)",
"cardNo": "3101080000525743"
}
],
"employees": [
{
"employeeName": "徐骥",
"position": "执行董事"
},
{
"employeeName": "梁振华",
"position": "监事"
}
],
"branchers": [
{
"companyName": "上海凭安征信服务有限公司浙江分公司",
"branchCode": "",
"authority": ""
},
{
"companyName": "上海凭安征信服务有限公司广州分公司",
"branchCode": "",
"authority": ""
}
],
"changes": [
{
"changeField": "章程修正案备案",
"changeBefore": "2014-12-04章程备案",
"changeAfter": "2017-11-09章程备案",
"changeDate": "2017-11-15 00:00:00"
},
{
"changeField": "名称变更",
"changeBefore": "上海凭安企业信用征信有限公司",
"changeAfter": "上海凭安征信服务有限公司",
"changeDate": "2016-01-19 00:00:00"
}
]
}
}
```
#### 输出结果字段含义
| 属性名 | 含义 |
| -------- | -------- |
| base |(基本信息)|
| companyName | 企业名称 |
| companyType |企业类型|
| legalPerson |法人代表人|
| capital |注册资本|
| companyCode |企业工商注册号|
| companyAddress |企业地址|
| businessScope |企业经营范围|
| authority |登记机关|
| companyStatus |等级状态|
| establishDate | 成立时间 |
| creditNo |企业信用代码|
| province |所在省份|
| businessDateFrom |营业期限开始时间|
| businessDateTo |营业期限截止时间|
| issueDate |核准日期|
| partners|(股东)|
| stockName |股东名称|
| stockType |股东类型|
| cardType |卡片种类|
| cardNo |企业名称|
| employees|(主要人员高管)|
| employeesName |主要人员姓名|
| position |职位|
| branches|(分支机构)|
| companyName |机构名称|
| branchCode |分支机构注册号|
| authority |登记机关|
| changes|(修改记录)|
| changesField |修改事项|
| changesBefore |修改前|
| changesAfter |修改后|
| changesDate |修改时间|
{% include '../common/error_code.md'%}
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