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
    • History.wiki
  • open_history_investment_search

Last edited by lila Oct 21, 2019
Page history

open_history_investment_search

历史对外投资(新)


本接口用于查询历史对外投资数据

调用路径

http://api.shuidi.cn/open/history/investment/search

输入参数

参数名称 是否必填 说明
认证相关参数 是 见接口认证章节说明
key 是 查询公司名称/注册号/统一社会信用代码
pageIndex 否 页码,查询页码列表信息,默认第一页
pageSize 否 每页条数,默认10,最大不超过50

{% include '../common/authenticate.md' %}

输出结果

{% include '../common/output_format.md' %}

输出样例

{
    "statusCode": 1,
    "statusMessage": "请求成功",
    "data": {
        "paging": {
            "pageSize": 10,
            "pageIndex": 1,
            "totalRecords": 1
        },
        "result": [
            {
                "changeDate": "2018-11-29",
                "keyNo": "b6365648a7b62f1ae84f21cfe628651c",
                "companyName": "新乡和德宝汽车销售服务有限公司",
                "legalPerson": "冯长进",
                "capital": "1000万元人民币",
                "companyType": "有限责任公司(法人独资)",
                "companyStatus": "存续",
                "investProportion": "25.00%",
                "investDate": "2012-11-19"
            }
        ]
    }
}

输出结果字段含义

属性名 含义
paging.pageSize 每页条数,默认10,最大不超过50
paging.pageIndex 页码,查询页码列表信息,默认第一页
paging.totalRecords 总记录数
result.changeDate 变更日期
result.keyNo 公司keyNo
result.companyName 公司名称
result.legalPerson 法人名称
result.capital 注册资本
result.companyType 公司类型
result.companyStatus 状态
result.investProportion 出资比例
result.investDate 投资日期

{% 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