跳到主要内容

预先批准报告

/preappreport

Method : GET
URL : https://xxx.finexusgroup.com/acdd/rest/v1/preappreport

信息

这个方法将会检索先前在 /checkpersoncdd POST 请求中使用的个人的预批准报告。

请求参数

字段名必填项类型长度描述示例
source字符串16来源。"FNXCRDS"
partnerId字符串128合作伙伴ID。"BSSS"
productType字符串128产品类型。"loanapplication"
reference字符串64唯一参考编号。"2003160192931"
referenceId字符串64参考ID。"2003160192931"
apiVersion字符串8API版本。"1.2"
reportFormat可选字符串4报告格式。"XML","JSON"
language可选字符串2语言。"en","ms"
apiKey可选字符串64API密钥。"123KEJRU001"

示例消息

/preappreport GET 请求
curl -X GET "https://xxx.finexusgroup.com/ACDD/rest/v1/preappreport?source=FNXCRDS&partnerId=bsss&productType=loanapplication&reference=2003160192931&apiVersion=1.3&referenceId=2003160192931&language=en&apiKey=123-KEJRU-001" \
-H "Accept: application/json" \
-H "Content-Type: application/json" \