GET api/tenantreferencing/application/{applicationId}/referencingresult
Get the details of an individual application referencing result Processes this tenant referencing API request. The parameter and response sections describe the data exchanged with the API.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| applicationId |
The id of the application to retrieve results for. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
The response returned after the operation completes.
HomeLetReferencingResultDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| creditReference |
The credit reference value. |
CreditReference |
None. |
| bankValidation |
The bank validation value. |
BankValidation |
None. |
| recommendation |
The recommendation value. |
Recommendation |
None. |
Response Formats
application/json, text/json
Sample:
{
"creditReference": {
"numberOfBankruptcies": 1,
"score": 2,
"numberOfCCJs": 3,
"numberOfCCJCorrections": 4,
"latestCCJAt": "sample string 5"
},
"bankValidation": {
"status": "sample string 1"
},
"recommendation": {
"status": "sample string 1",
"description": "sample string 2",
"remarks": "sample string 3"
}
}