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
  • open_shixin_search

open_shixin_search · Changes

Page history
init authored Oct 21, 2019 by 李林坳's avatar 李林坳
Hide whitespace changes
Inline Side-by-side
Showing with 89 additions and 0 deletions
+89 -0
  • shixin.wiki/open_shixin_search.md shixin.wiki/open_shixin_search.md +89 -0
  • No files found.
shixin.wiki/open_shixin_search.md 0 → 100644
View page @ 34c365d3
## 分页查询失信被执行人信息(新)
----
本接口用于获取失信被执行人分页信息(根据证件号+姓名查询)
### 调用路径
> http://api.shuidi.cn/open/shixin/search
### 输入参数
|参数名称 | 是否必填 | 说明 |
| -------- | -------- | -------- |
|认证相关参数 | 是| 见接口认证章节说明 |
|idNum | 是 | 证件号,必填 |
|name | 是 | 姓名,必填 |
|pageIndex | 否 | 页码,查询页码列表信息,默认第一页 |
|pageSize | 否 | 每页条数,默认10,最大不超过50 |
{% include '../common/authenticate.md' %}
### 输出结果
{% include '../common/output_format.md' %}
#### 输出样例
```json
{
"statusCode": 1,
"statusMessage": "请求成功",
"data": {
"paging": {
"pageSize": 10,
"pageIndex": 1,
"totalRecords": 2
},
"result": [
{
"iname": "严敏利",
"regDate": "2018-03-14T00:00:00",
"caseCode": "(2018)浙0103执1034号",
"cardnum": "3326231978****028X",
"courtName": "杭州市下城区人民法院",
"province": "浙江",
"executeUnite": "杭州下城法院",
"duty": "(2016)浙0103民初7494号",
"performance": "部分未履行",
"disreputTypeName": "违反财产报告制度",
"publishDate": "2018-08-27",
"gistCid": "(2016)浙0103民初7494号"
},
{
"iname": "严敏利",
"regDate": "2015-04-13T00:00:00",
"caseCode": "(2015)台温执民字第00843号",
"cardnum": "3326231978****028X",
"courtName": "温岭市人民法院",
"province": "浙江",
"executeUnite": "浙江温岭法院",
"duty": "支付标的429025.34元及息",
"performance": "全部未履行",
"disreputTypeName": "违反财产报告制度",
"publishDate": "2015-09-14",
"gistCid": "(2015)浙杭钱证执字第28号"
}
]
}
}
```
#### 输出结果字段含义
| 属性名 | 含义 |
| -------- | -------- |
|paging.pageSize | 每页条数,默认10,最大不超过50 |
|paging.pageIndex | 页码,查询页码列表信息,默认第一页 |
|paging.totalRecords | 总记录数 |
|result.iname | 公司名称 |
|result.regDate | 立案日期 |
|result.caseCode | 立案文书号 |
|result.cardnum | 组织机构代码 |
|result.courtName | 执行法院 |
|result.province | 省份 |
|result.executeUnite | 做出执行依据单位 |
|result.duty | 生效法律文书确定的义务 |
|result.performance | 被执行人的履行情况 |
|result.disreputTypeName | 行为备注 |
|result.publishDate | 发布时间 |
|result.gistCid | 执行依据文号 |
{% 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