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_iname_cardnum_get

Last edited by lila Oct 21, 2019
Page history

shixin_iname_cardnum_get

失信被执行人(人名/企业名sha256 + 身份证号/组织机构代码sha256)


本接口用于查询失信被执行人数据

调用路径

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

输入参数

参数名称 是否必填 说明
认证相关参数 是 见接口认证章节说明
idNum 是 查询关键字(身份证,身份证号码末位为X的请使用大写X).
sha256加密字符串(例:sha256(4428271946***0357)=
2051114a05557ceeda368cbfbcb2898b214ee7dcf
250618236b073a5e5cb961a)
实际传入参数中不需要对姓名或身份证用
替换
name 是 查询关键字(姓名).sha256加密字符串
(例: sha256(陈世煜)=
0dec95cb4f54fb7a870944cf316add5ead6f023a9
fc669702b40761c6652093a)
实际传入参数中不需要对姓名或身份证用*替换

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

输出结果

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

输出样例

{
	"statusCode": 1,
	"statusMessage": "请求成功",
	"data": [{
		"epCode": "c3ed65d69cea4f1297cd6f3a28aa648d",
		"caseCode": "(2014)云中法执恢字第00003号",
		"iname": "陈世煜",
		"sex": 1,
		"age": 68,
		"cardnum": "4428271946****0357",
		"buesinessentity": "",
		"courtName": "云浮市中级人民法院",
		"areaName": "广东",
		"partyType": 0,
		"gistCid": "(2010)云中法民二初字第22号",
		"gistUnit": "本院民二庭",
		"duty": "被申请人支付6856000元及6856000元利息损失。",
		"performance": "部分未履行",
		"disreputTypeName": "其他有履行能力而拒不履行生效法律文书确定义务",
		"publishDate": "2014-03-07",
		"regDate": "2014-02-18",
		"performedPart": "3966904",
		"unperformPart": "5187059.327",
		"deleted": 1
	}]
}

输出结果字段含义

属性名 含义
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