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
    • Shixin.wiki
  • shixin_cardnum

Last edited by lila Oct 21, 2019
Page history

shixin_cardnum

根据身份证号/组织机构代码md5查询


本接口用于查询失信被执行人(根据身份证号/组织机构代码md5查询)数据

调用路径

http://api.shuidi.cn/shixin/cardnum

输入参数

参数名称 是否必填 说明
认证相关参数 是 见接口认证章节说明
key 是 查询关键字md5加密字符串(例: md5(3724301966****3436) = 6117bca7403ec5f96c3baafc5ef40d36)

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

输出结果

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

输出样例

{
    "statusCode": 1,
    "statusMessage": "请求成功",
    "data": [
        {
            "epCode": "77d3fec0ad16ce9b7046f3cbc242f8e5",
            "caseCode": "(2015)同执字第01186号",
            "iname": "李留辉",
            "sex": 1,
            "age": 29,
            "cardnum": "4113221986****5335",
            "buesinessentity": null,
            "courtName": "厦门市同安区人民法院",
            "areaName": "福建",
            "partyType": 0,
            "gistCid": "(2015)同刑初字第139号",
            "gistUnit": "厦门市同安区人民法院",
            "duty": "被告人应赔偿原告人112020.8元",
            "performance": "全部未履行",
            "disreputTypeName": "其他有履行能力而拒不履行生效法律文书确定义务",
            "publishDate": "2015-07-01",
            "regDate": "2015-05-21",
            "performedPart": null,
            "unperformPart": null,
            "deleted": 0
        }
    ]
}

输出结果字段含义

属性名 含义
epCode 记录的唯一标识
caseCode 案号
iname 失信被执行人姓名/名称
sex 性别 (0. 女 1. 男)
age 年龄
cardnum 份证号码/组织机构代码
buesinessentity 企业法人姓名
courtName 执行法院
areaName 地域名称
partyType 标识自然人或企业法人(0.自然人 1.企业)
gistCid 执行依据文号
gistUnit 作出执行依据单位
duty 法律生效文书确定的义务
performance 被执行人的履行情况
disreputTypeName 失信被执行人具体情形
publishDate 发布时间
regDate 立案时间
performedPart 已履行部分
unperformPart 未履行部分
deleted 是否删除 (0.未删除 1.已删除)

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