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_employee_relation

open_employee_relation · Changes

Page history
更新目录接口 authored Oct 21, 2019 by 李林坳's avatar 李林坳
Show whitespace changes
Inline Side-by-side
Showing with 0 additions and 0 deletions
+0 -0
  • company.wiki/open_employee_relation.md company.wiki/open_employee_relation.md +0 -0
  • No files found.
company.wiki/open_employee_relation.md 0 → 100644
View page @ 494a1669
## V2-企业人员董监高信息实时接口(新)
----
本接口用于查询企业人员董监高信息实时数据
### 调用路径
> http://api.shuidi.cn/open/employee/relation
### 输入参数
|参数名称 | 是否必填 | 说明 |
| -------- | -------- | -------- |
|认证相关参数 | 是| 见接口认证章节说明 |
|key | 是 | 查询关键字 |
{% include './common/authenticate.md' %}
### 输出结果
{% include './common/output_format.md' %}
#### 输出样例
```json
{
"statusCode": 1,
"statusMessage": "请求成功",
"data": {
"companyLegals": [
{
"legalCompanyName": "苏州市平江区大歌星超市",
"legalRegNo": "320503600090522",
"legalRegCap": null,
"legalRegCapCur": null,
"legalStatus": "注销",
"legalEcoKind": "个体工商户",
"legalCreditCode": null
},
{
"legalCompanyName": "大连市西岗区大歌星超市",
"legalRegNo": "2102033820617",
"legalRegCap": "",
"legalRegCapCur": null,
"legalStatus": "注销",
"legalEcoKind": "个体工商户",
"legalCreditCode": null
}
],
"foreignInvestments": [
{
"investSubConAmt": "",
"investSubCurrency": null,
"investEcoKind": "其他股份有限公司(上市)",
"investCompanyName": "万达电影股份有限公司",
"investRegNo": "110000007928474",
"investRegCap": "117429.497400万人民币",
"investRegCapCur": null,
"investStatus": "在业",
"investCreditCode": "911100007715928418"
},
{
"investSubConAmt": "300",
"investSubCurrency": null,
"investEcoKind": "有限责任公司(自然人投资或控股)",
"investCompanyName": "蓝泰科技(大连)有限公司",
"investRegNo": "210200000248224",
"investRegCap": "1000.000000万人民币",
"investRegCapCur": null,
"investStatus": "存续",
"investCreditCode": "9121020469600544XX"
}
],
"foreignOffices": [
{
"officePosition": "经理,执行董事",
"officeEcokind": "其他有限责任公司",
"officeCompanyName": "北京普达鑫投资管理有限公司",
"officeRegNo": "110105020574345",
"officeRegCap": "10.000000万人民币",
"officeRegCapCur": null,
"officeStatus": "在业",
"officeCreditCode": "91110105MA00382H7J"
},
{
"officePosition": "执行董事,经理",
"officeEcokind": "其他有限责任公司",
"officeCompanyName": "北京普惠思投资管理有限公司",
"officeRegNo": "110105020583944",
"officeRegCap": "10.000000万人民币",
"officeRegCapCur": null,
"officeStatus": "在业",
"officeCreditCode": "91110105MA00394X35"
},
{
"officePosition": "监事",
"officeEcokind": "有限责任公司(自然人投资或控股)",
"officeCompanyName": "蓝泰科技(大连)有限公司",
"officeRegNo": "210200000248224",
"officeRegCap": "1000.000000万人民币",
"officeRegCapCur": null,
"officeStatus": "存续",
"officeCreditCode": "9121020469600544XX"
}
]
}
}
```
#### 输出结果字段含义
companyLegals(担任法人公司信息)
| 属性名 | 含义 |
| -------- | -------- |
| legalCompanyName | 企业名称 |
| legalRegNo | 注册号 |
| legalRegCap | 注册资本 |
| legalRegCapCur | 注册资本币种 |
| legalStatus | 企业状态 |
| legalEcoKind | 企业类型 |
| legalCreditCode | 统一社会信用代码 |
foreignInvestments(对外投资信息)
| 属性名 | 含义 |
| -------- | -------- |
| investSubConAmt | 认缴出资额 |
| investSubCurrency | 认缴出资币种 |
| investEcoKind | 企业类型 |
| investCompanyName | 企业名称 |
| investRegNo | 注册号 |
| investRegCap | 注册资本 |
| investRegCapCur | 注册资本币种 |
| investStatus | 企业状态 |
| investCreditCode | 统一社会信用代码 |
foreignOffices(在外任职信息)
| 属性名 | 含义 |
| -------- | -------- |
| officePosition | 职位 |
| officeEcokind | 企业类型 |
| officeCompanyName | 企业名称 |
| officeRegNo | 注册号 |
| officeRegCap | 注册资本 |
| officeRegCapCur | 注册资本币种 |
| officeStatus | 企业状态 |
| officeCreditCode | 统一社会信用代码 |
{% 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