文档
测试

担保合同查询

POST
http://zl.hysoft320.com:6005/debt-web//admin/debtApp/findAlls

接口描述

* 担保合同查询

请求头

参数名
类型
描述
必填
/debt-web//admin/debtApp/findAlls
必填

请求参数

参数名
类型
描述
必填
page
字符串
页数
必填
limit
字符串
每页条数
必填
debt|affiliatedInstitution|IN|S
字符串
公司名称的参数1
可选
debt|creditors|LK|S
字符串
担保单位
可选
gc|contract_name|LK|S
字符串
合同名称
可选
debt|contactNo|LK|S
字符串
主合同/协议编号
可选

请求描述

# 页面参考 ![图片.png](https://cos.easydoc.net/18319599/files/l8ceqomj.png)

响应参数

参数名
类型
描述
必填
data
list数组
返回参数
必填
affiliatedInstitutionName
字符串
公司名称
必填
creditors
字符串
担保单位
必填
contractName
字符串
合同名称
必填
guaranteeUnitNature
字符串
担保单位性质
必填
contactNo
字符串
主合同/协议编号
必填
signedDate
字符串
合同签订日期
必填
contractAmount
int
合同金额(元)
必填
guaranteeStartDate
字符串
担保起始日期
必填
guaranteeEndDate
字符串
担保结束日期
必填
guaranteeCost
int
担保成本(元)
必填
guaranteeType
字符串
担保方式(参数为:抵押、质押、留置、定金、保证)
必填
guaranteeBalance
int
担保余额(元)
必填
flowState
int
送审状态( 0:待送审、1:审核中 、3:已完成 、-1:否决、2:驳回)
必填

说明 / 示例

# 返回示例 { "code": 0, "data": [{ "creditors": "张世杰", "flowState": 3, "affiliatedInstitutionName": "重庆北冰洋科技有限公司", "guaranteeStartDate": "2022-08-18", "guaranteeEndDate": "2022-10-10", "guaranteeType": "定金", "guaranteeUnitNature": "中外合资企业", "contractAmount": 20000.00, "guaranteeBalance": 20000.00, "contractName": "20220818合同", "signedDate": "2022-08-18", "guaranteeCost": 23.00, "contactNo": "1346464" } ,{ "creditors": "至冬", "flowState": 3, "affiliatedInstitutionName": "重庆北冰洋科技有限公司", "guaranteeStartDate": "2022-06-26", "guaranteeEndDate": "2024-07-18", "guaranteeType": "定金", "guaranteeUnitNature": "国家行政企业", "contractAmount": 10000000.00, "guaranteeBalance": 9000000.00, "contractName": "至冬合同", "signedDate": "2022-06-26", "guaranteeCost": 10000000.00, "contactNo": "56525" }], "footer": [], "limit": 10, "count": 45, "page": 1 } # pc前端参考 ![图片.png](https://cos.easydoc.net/18319599/files/l83ub5cs.png) ![图片.png](https://cos.easydoc.net/18319599/files/l83ubadb.png)