跳到主要内容

个人 NRC 报告

/personnrcreport

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

信息

这个方法将从之前使用的 NRC 服务中检索个人报告,该服务是在先前的 /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"

示例消息

/personnrcreport GET 请求
curl -X GET "https://xxx.finexusgroup.com/ACDD/rest/v1/personnrcreport?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" \