企业股经出质

企业股权出质信息,包括出质人、出质股权、质权人等

  • 接口文档

    接口文档
  • 企业股权出质查询

  • 错误码
  • 错误码列表
  • 资源下载
  • 接口文档下载
企业股权出质查询
接口地址:http://v.juhe.cn/enterprise/App/EquityQualitiesByName/query
请求方式:get/post
返回类型:json
接口描述:根据企业全名/注册号/统一社会信用代码,查询企业股权出质信息,包括出质人、出质股权、质权人等
接口调试: API测试工具

请求Header:

名称
  Content-Type application/x-www-form-urlencoded

请求参数说明:

名称 必填 类型 说明
  key string 在个人中心->我的数据,接口名称上方查看
  name string 企业全名/注册号/统一社会信用代码
  skip int 跳过条目数(默认为0)

返回参数说明:

名称 类型 说明
  total number 返回列表中记录总数
  num number 本次调用返回记录数
  items Array 股权出质信息列表
  number string 登记编号
  pledgor string 出质人
  pledgor_identify_type string 出质人类型
  pledgor_identify_no string 出质企业证照号
  pledgor_amount string 出质股权数
  pledgor_unit string 出质股权数额单位
  pledgor_currency string 出质股权数额币种
  pawnee string 质权人
  pawnee_identify_type string 质权人类型
  pawnee_identify_no string 质权企业证照号
  status string 状态
  date string 股权出质登记日期
  remark string 备注
  change_items.seq_no string 变更记录序号
  change_items.change_date string 变更日期
  change_items.change_content string 变更内容
  seq_no number 序号
  object_company string 标的方
  disabled string 0:当前公示信息;1:历史公示信息
 

JSON返回示例:JSON在线格式化工具 >

      {
    "reason": "success",
    "result": {
        "total": 4,
        "num": 4,
        "items": [
            {
                "seq_no": 1,
                "number": "320113000552",
                "pledgor": "江苏中超新材料科技有限公司",
                "pledgor_identify_type": "-",
                "pledgor_identify_no": "91321181703957976B",
                "pledgor_amount": "500",
                "pledgor_unit": "-",
                "pledgor_currency": "XXX",
                "pawnee": "南京天昶财务管理咨询有限公司",
                "pawnee_identify_type": "-",
                "pawnee_identify_no": "91320192598034845F",
                "status": "有效",
                "date": "2016-01-22",
                "remark": "-",
                "object_company": "南京市栖霞区金翔农村小额贷款有限公司",
                "change_items": [],
                "disabled": "0"
            },
            {
                "seq_no": 2,
                "number": "320113000551",
                "pledgor": "江苏中超新材料科技有限公司",
                "pledgor_identify_type": "-",
                "pledgor_identify_no": "91321181703957976B",
                "pledgor_amount": "500",
                "pledgor_unit": "-",
                "pledgor_currency": "XXX",
                "pawnee": "南京天昶财务管理咨询有限公司",
                "pawnee_identify_type": "-",
                "pawnee_identify_no": "91320192598034845F",
                "status": "有效",
                "date": "2016-01-22",
                "remark": "-",
                "object_company": "南京市栖霞区金翔农村小额贷款有限公司",
                "change_items": [],
                "disabled": "0"
            },
            {
                "seq_no": 3,
                "number": "321181000264",
                "pledgor": "江苏超跃化学有限公司",
                "pledgor_identify_type": "-",
                "pledgor_identify_no": "-",
                "pledgor_amount": "6760",
                "pledgor_unit": "-",
                "pledgor_currency": "XXX",
                "pawnee": "陈同洋",
                "pawnee_identify_type": "-",
                "pawnee_identify_no": "-",
                "status": "无效",
                "date": "2015-03-20",
                "remark": "-",
                "object_company": "江苏中超新材料科技有限公司",
                "change_items": [],
                "disabled": "0"
            },
            {
                "seq_no": 4,
                "number": "321181000283",
                "pledgor": "江苏超跃化学有限公司",
                "pledgor_identify_type": "-",
                "pledgor_identify_no": "-",
                "pledgor_amount": "6760",
                "pledgor_unit": "-",
                "pledgor_currency": "XXX",
                "pawnee": "江苏金翔石油化工有限公司",
                "pawnee_identify_type": "-",
                "pawnee_identify_no": "-",
                "status": "有效",
                "date": "2015-09-23",
                "remark": "-",
                "object_company": "江苏中超新材料科技有限公司",
                "change_items": [],
                "disabled": "0"
            }
        ]
    },
    "sign": "35c9d25503bdd91ae6575485a09ec3a2",
    "error_code": 0
}

服务级错误码参照(error_code):

  错误码 说明
  266400 网络超时,请稍后再试
  266401 参数缺失
  266402 参数不合法
  266403 内部错误
  266404 查询无结果
  266405 未知错误

系统级错误码参照:

  错误码 说明 旧版本(resultcode)
  10001 错误的请求KEY 101
  10002 该KEY无请求权限 102
  10003 KEY过期 103
  10004 错误的OPENID 104
  10005 应用未审核超时,请提交认证 105
  10007 未知的请求源 107
  10008 被禁止的IP 108
  10009 被禁止的KEY 109
  10011 当前IP请求超过限制 111
  10012 请求超过次数限制 112
  10013 测试KEY超过请求限制 113
  10014 系统内部异常(调用充值类业务时,请务必联系客服或通过订单查询接口检测订单,避免造成损失) 114
  10020 接口维护 120
  10021 接口停用 121

错误码格式说明(示例:200201):

  2 002 01
  服务级错误(1为系统级错误) 服务模块代码(即数据ID) 具体错误代码
企业股经出质
0
申请次数
664
ID
0
收藏次数

推荐API

API资讯

数 据 驱 动 未 来
Data Drives The Future
0512-88869195
数 据 驱 动 未 来
Data Drives The Future