Skip to main content

CTOS Report

/ctosreport

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

info

This method will retrieve a Person or an Organisation’s CTOS Report used in an earlier /checkpersoncdd POST or /checkorgcdd POST request.

Request Parameters

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

Example Message

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