GET api/tenantreferencing/application/{applicationId}/referencingresult
Get the details of an individual application referencing result
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
HomeLetReferencingResultDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| creditReference | CreditReference |
None. |
|
| bankValidation | BankValidation |
None. |
|
| recommendation | 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"
}
}