Retrieves a prior search result. This will include the search input and any ID/AML searches, but as we cannot hold Consumer search results these are not included. Resubmission is necessary if an updated Consumer result is needed.
Success
Bad Request
{- "correlationId": "string",
- "uniqueId": "string",
- "input": {
- "uniqueId": "string",
- "common": {
- "person": {
- "currentName": {
- "title": "string",
- "forename": "string",
- "otherNames": "string",
- "surname": "string",
- "suffix": "string"
}, - "previousName": {
- "title": "string",
- "forename": "string",
- "otherNames": "string",
- "surname": "string",
- "suffix": "string"
}, - "dateOfBirth": "2019-08-24T14:15:22Z",
- "gender": "Unknown",
- "addresses": {
- "current": {
- "abodeNo": "string",
- "buildingNo": "string",
- "buildingName": "string",
- "street": "string",
- "subStreet": "string",
- "city": "string",
- "postCode": "string",
- "organisation": "string",
- "subBuilding": "string",
- "district": "string"
}, - "previous1": {
- "abodeNo": "string",
- "buildingNo": "string",
- "buildingName": "string",
- "street": "string",
- "subStreet": "string",
- "city": "string",
- "postCode": "string",
- "organisation": "string",
- "subBuilding": "string",
- "district": "string"
}, - "previous2": {
- "abodeNo": "string",
- "buildingNo": "string",
- "buildingName": "string",
- "street": "string",
- "subStreet": "string",
- "city": "string",
- "postCode": "string",
- "organisation": "string",
- "subBuilding": "string",
- "district": "string"
}
}
}, - "customerId": 0,
- "userId": 0,
- "reference": "string"
}, - "idAml": {
- "landlineNumber": 0,
- "ExDirectory": true,
- "isAMLMultiBureau": false
}, - "products": [
- "AML"
]
}, - "common": {
- "customerId": 0,
- "userId": 0,
- "uniqueId": "string",
- "searchText": "string",
- "reference": "string",
- "searchTime": "2019-08-24T14:15:22Z"
}, - "consumer": {
- "success": true,
- "supplierId": "string",
- "supplierOriginalId": "string",
- "creditsIncurred": 0
}, - "id": {
- "success": true,
- "supplierId": "string",
- "supplierOriginalId": "string",
- "creditsIncurred": 0
}, - "amlResult": {
- "success": true,
- "supplierId": "string",
- "supplierOriginalId": "string",
- "creditsIncurred": 0
}, - "bankMatch": {
- "success": true,
- "supplierId": "string",
- "supplierOriginalId": "string",
- "creditsIncurred": 0
}, - "picklist": [
- {
- "type": "string",
- "applicantId": 0,
- "address": "string",
- "name": "string",
- "inputs": {
- "name": "string",
- "address": "string"
}, - "options": [
- {
- "option": "string",
- "value": "string"
}
]
}
], - "message": "string",
- "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}
}