Creates an Investigation according to the provided Investigation criteria. Each result is potential match which is attributed a relevancy/match score between 1-100 and a high level reason for it's inclusion in the World Compliance Database by looking at the Reason Listed and Comments to firstly ascertain whether the entry is a match for you search criteria and then utilize the data available for your own onboarding needs.
{- "type": "business",
- "name": "string",
- "screeningThreshold": 0,
- "countryCode": "string",
- "firstName": "string",
- "middleName": "string",
- "lastName": "string",
- "dateOfBirth": "string",
- "gender": "male"
}
{- "correlationId": "string",
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "createdBy": 0,
- "searchCriteria": {
- "type": "Business",
- "name": "string",
- "houseNo": "string",
- "street": "string",
- "province": "string",
- "city": "string",
- "postCode": "string",
- "countryCode": "string",
- "firstName": "string",
- "middleName": "string",
- "lastName": "string",
- "generation": "string",
- "dateOfBirth": "string",
- "nationalId": "string",
- "citizenship": "string",
- "phoneNo": "string",
- "searchName": "string",
- "screeningThreshold": 0,
- "source": "string"
}, - "scheduleId": "string",
- "profileId": "string",
- "profileName": "string",
- "alertsCount": 0,
- "currentAlert": {
- "id": "string",
- "status": "string",
- "alertCount": 0,
- "totalRecordCount": 0,
- "unprocessedRecordCount": 0,
- "resultId": 0,
- "screeningThreshold": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "alertType": "string"
}, - "results": [
- {
- "id": 0,
- "matchType": "string",
- "resultId": 0,
- "entityId": "string",
- "matchScore": 0,
- "sourceDate": "2019-08-24T14:15:22Z",
- "dateListed": "string",
- "name": "string",
- "fullName": "string",
- "firstName": "string",
- "middleName": "string",
- "lastName": "string",
- "reasonListed": "string",
- "entityType": "string",
- "dateOfBirth": "string",
- "generation": "string",
- "gender": "string",
- "occupation": "string",
- "placeOfBirth": "string",
- "hasAdverseMedia": true,
- "otherNames": [
- "string"
], - "addresses": [
- {
- "street": "string",
- "city": "string",
- "province": "string",
- "postCode": "string",
- "country": "string"
}
], - "comments": [
- "string"
], - "sources": [
- "string"
]
}
]
}