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_zhixing_search

open_zhixing_search · Changes

Page history
init authored Oct 21, 2019 by 李林坳's avatar 李林坳
Hide whitespace changes
Inline Side-by-side
Showing with 65 additions and 0 deletions
+65 -0
  • shixin.wiki/open_zhixing_search.md shixin.wiki/open_zhixing_search.md +65 -0
  • No files found.
shixin.wiki/open_zhixing_search.md 0 → 100644
View page @ 34c365d3
## 分页查询被执行人信息(新)
----
本接口用于获取被执行人分页查询信息(根据证件号+姓名查询)
### 调用路径
> http://api.shuidi.cn/open/zhixing/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": 1
},
"result": [
{
"zxId": "356b9ef6181edd9a288b6b60051d15e31",
"pname": "严敏利",
"caseCreatetime": "2018-03-14T00:00:00",
"caseCode": "(2018)浙0103执1034号",
"execCourtname": "杭州市下城区人民法院",
"execMoney": "150350",
"partyCardnum": "33262319780****028X"
}
]
}
}
```
#### 输出结果字段含义
| 属性名 | 含义 |
| -------- | -------- |
|paging.pageSize | 每页条数,默认10,最大不超过50 |
|paging.pageIndex | 页码,查询页码列表信息,默认第一页 |
|paging.totalRecords | 总记录数 |
|result.zxId | 官网系统ID |
|result.pname | 名称 |
|result.caseCreatetime | 立案时间 |
|result.caseCode | 立案号 |
|result.execCourtname | 执行法院 |
|result.execMoney | 标地 |
|result.partyCardnum | 身份证号码/组织机构代码 |
{% 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