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
Dezrez.Core.DataContracts.External.Api.TenantReferencing.HomeLetReferencingResultDataContractName | Description | Type | Additional information |
---|---|---|---|
creditReference | Dezrez.Core.DataContracts.External.Api.TenantReferencing.CreditReference |
None. |
|
bankValidation | Dezrez.Core.DataContracts.External.Api.TenantReferencing.BankValidation |
None. |
|
recommendation | Dezrez.Core.DataContracts.External.Api.TenantReferencing.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" } }