跳到主要内容

组织重新评估

/orgreevaluate

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

信息

这个方法允许提交一个请求,重新评估之前在 /checkorgcdd POST 请求中提出的建议。

请求参数

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

示例消息

/orgreevaluate GET 响应
curl -X GET "https://xxx.finexusgroup.com/ACDD/rest/clientauth/orgreevaluate?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" \