A request requires a name, or first name and last name, at least one valid dataset and a threshold.
Length of name or combination of first name, middle name and last name must not exceed 200 characters. If user is providing first name, middle name and last name combination, the max characters limit includes the formatted name in this format {lastName} {firstName} {middleName}.
User will be deducted 1 credit for each search.
Created
Bad Request
Unauthorized
Forbidden
Conflict
{- "countryCodes": [
- "string"
], - "threshold": 0,
- "name": "string",
- "firstName": "string",
- "middleName": "string",
- "lastName": "string",
- "dateOfBirth": "2019-08-24",
- "gender": "male",
- "pepTiers": [
- "pepTier1"
], - "datasets": [
- "string"
]
}
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "countryCodes": [
- "string"
], - "threshold": 0,
- "type": "string",
- "datasets": [
- "string"
], - "status": "string",
- "riskRating": "string",
- "assignedToUserId": 0,
- "assignedUser": "string",
- "createdById": 0,
- "createdBy": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "modifiedById": 0,
- "modifiedBy": "string",
- "modifiedAt": "2019-08-24T14:15:22Z",
- "note": "string",
- "totalHitCount": 0,
- "truePositiveHitsCount": 0,
- "falsePositiveHitsCount": 0,
- "undecidedHitsCount": 0,
- "firstName": "string",
- "middleName": "string",
- "lastName": "string",
- "gender": "string",
- "dateOfBirth": "2019-08-24",
- "pepTiers": [
- "string"
], - "scheduleId": "string"
}