| Field | Type | Constraints |
|---|---|---|
| ofacId* | integer ($int32) | OFAC ID from Settings Page. |
| apiKey* | string | API Key from Settings Page. |
| listsToSearch | integer ($int32) |
Select the list(s) to search using the following codes:
Use |
| dataType | integer ($int32) |
Specify the type of data being searched:
Use 3 if you're unsure whether the subject is a person or entity. For specific search, use types 41–45. |
| word1* | string |
Split the search term into up to five components: Example 1: Input: "John Smith" Output: word1 = John, word2 = Smith, word3–5 = blank Example 2: Input: "IRAN PETROCHEMICAL COMMERCIAL COMPANY" Output: word1 = IRAN, word2 = PETROCHEMICAL, word3 = COMMERCIAL, word4 = COMPANY, word5 = blank |
| word2 | string | |
| word3 | string | |
| word4 | string | |
| word5 | string | |
| address | string | NOTE: These fields will not always change search results as the OFAC/Other lists do not always include this type of data. These fields are included on the reports/XML Output. |
| city | string | |
| stProv | string | |
| postalCode | string | |
| country | string | |
| dob | string | Date of birth in the format MM-DD-YYYY |
| searchComments | string | Optional comments for internal use. This is not searched but will appear in the generated report Data. |