Skip to main content

Person Re-Evaluation

/personreevaluate

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

info

This method allows the submission of a request to re-evaluate the recommendation made in an earlier /checkpersoncdd POST request.

Request Parameters

Field NameRequiredTypeLengthDescriptionExample
sourceYesString16Source."FNXCRDS"
partnerIdYesString128Partner ID."BSSS"
productTypeYesString128Product type."loanapplication"
referenceYesString64Unique reference number."2`003160192931"
referenceIdYesString64Reference ID."2003160192931"
apiVersionYesString8API version."1.2"
languageOptionalString2Language."en","ms"
apiKeyOptionalString64API key."123KEJRU001"

Example Message

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