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
    • Credit.wiki
  • credit_ycml

credit_ycml · Changes

Page history
init authored Oct 21, 2019 by 李林坳's avatar 李林坳
Hide whitespace changes
Inline Side-by-side
Showing with 84 additions and 0 deletions
+84 -0
  • credit.wiki/credit_ycml.md credit.wiki/credit_ycml.md +84 -0
  • No files found.
credit.wiki/credit_ycml.md 0 → 100644
View page @ 34c365d3
## 企业异常名录
----
本接口用于查询企业异常名录数据
### 调用路径
> http://api.shuidi.cn/credit/ycml
### 输入参数
|参数名称 | 是否必填 | 说明 |
| -------- | -------- | -------- |
|认证相关参数 | 是| 见接口认证章节说明 |
|key | 是 | 查询公司名 |
{% include '../common/authenticate.md' %}
### 输出结果
{% include '../common/output_format.md' %}
#### 输出样例
```json
{
"statusCode": 1,
"statusMessage": "请求成功",
"data": {
"companyLegals": [
{
"legalCompanyName": "重庆金立世纪网络有限公司",
"legalRegNo": "500112009635686",
"legalRegCap": "30000.000000万",
"legalRegCapCur": null,
"legalStatus": "存续",
"legalEcoKind": "有限责任公司(法人独资)"
},
{
"legalCompanyName": "益阳金立房地产开发有限公司",
"legalRegNo": "430900000003918",
"legalRegCap": "5000万元",
"legalRegCapCur": null,
"legalStatus": "注销",
"legalEcoKind": "有限责任公司(自然人投资或控股)"
},
{
"legalCompanyName": "深圳市金立宇通通讯设备销售服务有限公司",
"legalRegNo": "440301103101040",
"legalRegCap": "5000万元",
"legalRegCapCur": null,
"legalStatus": "注销",
"legalEcoKind": "有限责任公司"
},
{
"legalCompanyName": "深圳市金立通信设备有限公司",
"legalRegNo": "440301103675620",
"legalRegCap": "2000万元",
"legalRegCapCur": null,
"legalStatus": "存续",
"legalEcoKind": "有限责任公司"
}
]
}
}
```
#### 输出结果字段含义
| 属性名 | 含义 |
| -------- | -------- |
|mlId | 经营异常名录ID |
|idCode | 主体身份代码 |
|companyName | 企业名称 |
|creaditCode | 统一社会信用代码 |
|regCode | 注册号 |
|legalPerson | 法定代表人 |
|idType | 证件类型 |
|causeType | 列入经营异常名录原因类型 |
|causeName | 列入经营异常名录原因类型名称 |
|publishDate | 设立日期 |
|decisionOffice | 列入决定机关 |
|decisionOfficeName | 列入决定机关名称 |
|lastUpdateDate | 最新更新日期 |
{% 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