信用贷款(corporateaction/creditloan) 在线调试

该接口展示了企业银行授信情况及剩余额度等信息。

网关地址

沙箱环境调用地址: https://sandbox.hscloud.cn
数据核查类生产调用地址: https://api.hscloud.cn
仿真业务接口生产调用地址: https://vopen.hscloud.cn
其余生产调用地址: https://open.hscloud.cn

URL

https://sandbox.hscloud.cn/gildatacompany/v1/corporateaction/creditloan

是否需要业务登录

HTTP请求方式

GET,POST

请求参数

参数名 类型 必填 最大长度 默认值 中文名 描述
enterprise_code String 企业ID
end_date String 当日 截止日期
银行授信截止日,入参如 2020-01-01 ,不入默认当日
begin_date Integer 起始日期
银行授信起始日,入参如 2019-01-01
page_no Integer 1 页面编号
返回结果的页码,默认为1
page_count Integer 10 页内记录数
单页返回的记录条数,最大不超过100,默认为10
sort String 排序字段
排序策略:入参名称 asc或入参名称 desc
fields String 字段集合

返回参数

参数名 类型 最大长度 默认值 中文名 描述
company_name String 企业名称
企业名称
enterprise_code String 企业ID
企业ID
bank_credit_end_date String 银行授信截止日期
银行授信截止日期
amount_of_credit_line String 授信总金额(元)
授信总金额(元)
amount_of_drawdown String 已使用授信额度(元)
已使用授信额度(元)
outstanding_amount String 未使用授信额度(元)
未使用授信额度(元)