| POST | /peps/add | Add a PEP search | 
|---|
| Name | Parameter | Data Type | Required | Description | 
|---|---|---|---|---|
| Request | body | AddPepSearchRequest | No | 
| Name | Parameter | Data Type | Required | Description | 
|---|---|---|---|---|
| Authentication | header, body | Authentication | Yes | The authentication credentials | 
| Name | Parameter | Data Type | Required | Description | 
|---|---|---|---|---|
| ApiUserId | header, body | string | Yes | The API User ID provided by us when you signed up to use our API. Can be provided in the request body, or as a header parameter (X-Api-User) | 
| ApiUserKey | header, body | string | Yes | The API User Key provided by us when you signed up to use our API. Can be provided in the request body, or as a header parameter (X-Api-Key) | 
| UserId | header, body | string | No | The User ID of the user making the request (e.g. a sub user). This is optional but can be used to associate API requests with a specific user, thereby allowing user permissions to be enforced. Can be provided in the body, or as a header parameter (X-User-Id). | 
| Name | Parameter | Data Type | Required | Description | 
|---|---|---|---|---|
| SubUserName | form | string | No | If the search should be saved against a single Sub User account, specify their username here | 
| Type | form | string | No | |
| Name | form | string | No | |
| Country | form | string | No | |
| Address | form | string | No | |
| DateOfBirth | form | string | No | |
| Nationality | form | string | No | |
| Reference | form | string | No | |
| ExcludeResults | form | bool | No | |
| PerformSanctionsSearch | form | bool | No | |
| DayOneSearch | form | bool | No | |
| SelectedLists | form | ArrayOfLists | No | |
| LinkedTo | form | ArrayOfLinkedTo | No | If the search should be linked to other searches, specify the them here | 
| Name | Parameter | Data Type | Required | Description | 
|---|---|---|---|---|
| ClientId | form | int? | No | |
| Id | form | long? | No | |
| Type | form | string | No | |
| Subtype | form | string | No | |
| Status | form | string | No | |
| Description | form | string | No | |
| IsArchived | form | bool? | No | |
| Name | form | string | No | |
| Date | form | DateTime? | No | 
| Name | Parameter | Data Type | Required | Description | 
|---|---|---|---|---|
| Data | form | AddPepSearchData | No | 
| Name | Parameter | Data Type | Required | Description | 
|---|---|---|---|---|
| LinkedTo | form | ArrayOfLinkedTo | No | |
| SearchRecord | form | PepSearchRecord | No | |
| IncludesSanctionsSearchRecord | form | bool | No | |
| SanctionsSearchRecord | form | SearchRecord | No | 
| Name | Parameter | Data Type | Required | Description | 
|---|---|---|---|---|
| ResponseStatus | form | ResponseStatus | No | The status of the response | 
| Name | Parameter | Data Type | Required | Description | 
|---|---|---|---|---|
| ErrorCode | form | string | No | |
| Message | form | string | No | |
| StackTrace | form | string | No | |
| Errors | form | ArrayOfResponseError | No | |
| Meta | form | Dictionary<string, string> | No | 
| Name | Parameter | Data Type | Required | Description | 
|---|---|---|---|---|
| ErrorCode | form | string | No | |
| FieldName | form | string | No | |
| Message | form | string | No | |
| Meta | form | Dictionary<string, string> | No | 
| Name | Parameter | Data Type | Required | Description | 
|---|---|---|---|---|
| Id | form | long | No | |
| SearchType | form | string | No | |
| DateSearched | form | DateTime | No | |
| DateUpdated | form | DateTime | No | |
| DateRenewal | form | DateTime? | No | |
| DateArchived | form | DateTime? | No | |
| IsArchived | form | bool | No | |
| NumOfResults | form | int | No | |
| ClientInResults | form | bool | No | |
| ClientNotInResults | form | bool | No | |
| AffectedByUpdate | form | bool | No | |
| IsDayOneSearch | form | bool | No | |
| SearchCriteria | form | SearchCriteria | No | |
| SearchResults | form | PepSearchResults | No | 
| Name | Parameter | Data Type | Required | Description | 
|---|---|---|---|---|
| Name | form | string | No | |
| Address | form | string | No | |
| Country | form | string | No | |
| DateOfBirth | form | string | No | |
| Nationality | form | string | No | |
| Reference | form | string | No | 
| Name | Parameter | Data Type | Required | Description | 
|---|---|---|---|---|
| Results | form | List<PepSearchResult> | No | 
| Name | Parameter | Data Type | Required | Description | 
|---|---|---|---|---|
| ResultSimilarity | form | decimal | No | |
| ResultResolved | form | bool | No | |
| DateLastUpdated | form | DateTime | No | |
| ResultIsClient | form | bool | No | |
| Id | form | long | No | |
| Type | form | string | No | |
| Title | form | string | No | |
| Forename | form | string | No | |
| Middlename | form | string | No | |
| Surname | form | string | No | |
| SoftDelete | form | bool? | No | |
| DateOfSoftDelete | form | DateTime? | No | |
| DateOfCapture | form | DateTime? | No | |
| DateOfBirth | form | DateTime? | No | |
| DateOfDeath | form | DateTime? | No | |
| YearOfBirth | form | int? | No | |
| YearOfDeath | form | int? | No | |
| Gender | form | string | No | |
| HomeTelephone | form | string | No | |
| BusinessTelephone | form | string | No | |
| MobileTelephone | form | string | No | |
| Fax | form | string | No | |
| form | string | No | ||
| Nationality | form | string | No | |
| Source | form | string | No | |
| Category | form | string | No | |
| Picture | form | string | No | |
| AlternateTitle | form | string | No | |
| BusinessName | form | string | No | |
| Description | form | string | No | |
| Telephone | form | string | No | |
| Website | form | string | No | |
| PepTier | form | int? | No | |
| FaceIsMatch | form | bool? | No | |
| FaceIsMatchConfidence | form | decimal? | No | |
| Addresses | form | List<PepSearchResultAddress> | No | |
| Aliases | form | List<PepSearchResultAlias> | No | |
| Articles | form | List<PepSearchResultArticle> | No | |
| Associations | form | List<PepSearchResultIndividualAssociation> | No | |
| BusinessAssociations | form | List<PepSearchResultBusinessAssociation> | No | |
| Notes | form | List<PepSearchResultNote> | No | |
| PoliticalPositions | form | List<PepSearchResultPoliticalPosition> | No | 
| Name | Parameter | Data Type | Required | Description | 
|---|---|---|---|---|
| AddressLine1 | form | string | No | |
| AddressLine2 | form | string | No | |
| AddressLine3 | form | string | No | |
| AddressLine4 | form | string | No | |
| Town | form | string | No | |
| County | form | string | No | |
| PostCode | form | string | No | |
| Country | form | string | No | |
| ISOCountry | form | string | No | |
| SoftDelete | form | bool? | No | |
| DateLastUpdated | form | DateTime | No | 
| Name | Parameter | Data Type | Required | Description | 
|---|---|---|---|---|
| Forename | form | string | No | |
| MiddleName | form | string | No | |
| Surname | form | string | No | |
| SoftDelete | form | bool? | No | |
| DateOfSoftDelete | form | DateTime? | No | |
| DateLastUpdated | form | DateTime | No | |
| Title | form | string | No | |
| AlternateTitle | form | string | No | |
| BusinessName | form | string | No | 
| Name | Parameter | Data Type | Required | Description | 
|---|---|---|---|---|
| Url | form | string | No | |
| OriginalUrl | form | string | No | |
| Source | form | string | No | |
| DateOfCapture | form | DateTime? | No | |
| DateLastUpdated | form | DateTime | No | |
| Snippets | form | List<PepSearchResultArticleSnippet> | No | 
| Name | Parameter | Data Type | Required | Description | 
|---|---|---|---|---|
| Title | form | string | No | |
| Text | form | string | No | |
| AdverseTerms | form | string | No | 
| Name | Parameter | Data Type | Required | Description | 
|---|---|---|---|---|
| LinkDescription | form | string | No | |
| SoftDelete | form | bool? | No | |
| DateLastUpdated | form | DateTime | No | |
| FullName | form | string | No | 
| Name | Parameter | Data Type | Required | Description | 
|---|---|---|---|---|
| LinkDescription | form | string | No | |
| SoftDelete | form | bool? | No | |
| DateLastUpdated | form | DateTime | No | |
| BusinessName | form | string | No | 
| Name | Parameter | Data Type | Required | Description | 
|---|---|---|---|---|
| Source | form | string | No | |
| Notes | form | string | No | |
| SoftDelete | form | bool? | No | |
| DateLastUpdated | form | DateTime | No | 
| Name | Parameter | Data Type | Required | Description | 
|---|---|---|---|---|
| Description | form | string | No | |
| From | form | string | No | |
| To | form | string | No | |
| Country | form | string | No | |
| SoftDelete | form | bool? | No | |
| DateLastUpdated | form | DateTime | No | 
| Name | Parameter | Data Type | Required | Description | 
|---|---|---|---|---|
| Id | form | long | No | |
| SearchType | form | string | No | |
| DateSearched | form | DateTime | No | |
| DateUpdated | form | DateTime | No | |
| DateArchived | form | DateTime? | No | |
| IsArchived | form | bool | No | |
| NumOfResults | form | int | No | |
| ClientInResults | form | bool | No | |
| ClientNotInResults | form | bool | No | |
| AffectedByUpdate | form | bool | No | |
| SearchCriteria | form | SearchCriteria | No | |
| SearchResults | form | SearchResults | No | |
| SearchSources | form | List<SearchSource> | No | |
| ListSearchResults | form | ArrayOfSearchResultEntries | No | 
| Name | Parameter | Data Type | Required | Description | 
|---|---|---|---|---|
| EuResults | form | List<SearchResultEu> | No | |
| HMTResults | form | List<SearchResultHmTreasury> | No | |
| HMTUkraineResults | form | List<SearchResultHmTreasury> | No | |
| OfacResults | form | List<SearchResultOfac> | No | |
| OfacConsolidatedResults | form | List<SearchResultOfac> | No | |
| DfatResults | form | List<SearchResultDfat> | No | |
| OsfiResults | form | List<SearchResultOsfi> | No | |
| CanadianJusticeResults | form | List<SearchResultCanadianJustice> | No | |
| CanadianSemaResults | form | List<SearchResultCanadianSema> | No | |
| SwissSecoResults | form | List<SearchResultEntry> | No | 
| Name | Parameter | Data Type | Required | Description | 
|---|---|---|---|---|
| ResultStrength | form | int | No | |
| ResultSimilarity | form | decimal | No | |
| ResultResolved | form | bool | No | |
| ResultType | form | string | No | |
| DateUpdated | form | DateTime | No | |
| Addresses | form | List<SearchResultEuAddress> | No | |
| Births | form | List<SearchResultEuBirth> | No | |
| Citizenships | form | List<SearchResultOfacEuCitizenship> | No | |
| Names | form | List<SearchResultEuName> | No | |
| Passports | form | List<SearchResultEuPassport> | No | 
| Name | Parameter | Data Type | Required | Description | 
|---|---|---|---|---|
| Street | form | string | No | |
| City | form | string | No | |
| Country | form | string | No | |
| PostCode | form | string | No | |
| Other | form | string | No | 
| Name | Parameter | Data Type | Required | Description | 
|---|---|---|---|---|
| Date | form | string | No | |
| Place | form | string | No | |
| Country | form | string | No | 
| Name | Parameter | Data Type | Required | Description | 
|---|---|---|---|---|
| Country | form | string | No | 
| Name | Parameter | Data Type | Required | Description | 
|---|---|---|---|---|
| FullName | form | string | No | |
| Gender | form | string | No | 
| Name | Parameter | Data Type | Required | Description | 
|---|---|---|---|---|
| Number | form | string | No | |
| Country | form | string | No | 
| Name | Parameter | Data Type | Required | Description | 
|---|---|---|---|---|
| ResultStrength | form | int | No | |
| ResultSimilarity | form | decimal | No | |
| ResultResolved | form | bool | No | |
| ResultType | form | string | No | |
| DateListed | form | DateTime | No | |
| DateUpdated | form | DateTime | No | |
| Name1 | form | string | No | |
| Name2 | form | string | No | |
| Name3 | form | string | No | |
| Name4 | form | string | No | |
| Name5 | form | string | No | |
| Name6 | form | string | No | |
| DateOfBirth | form | string | No | |
| CountryOfBirth | form | string | No | |
| Nationality | form | string | No | |
| Address1 | form | string | No | |
| Address2 | form | string | No | |
| Address3 | form | string | No | |
| Address4 | form | string | No | |
| Address5 | form | string | No | |
| Address6 | form | string | No | |
| PostCode | form | string | No | |
| Country | form | string | No | 
| Name | Parameter | Data Type | Required | Description | 
|---|---|---|---|---|
| ResultStrength | form | int | No | |
| ResultSimilarity | form | decimal | No | |
| ResultResolved | form | bool | No | |
| ResultType | form | string | No | |
| DateUpdated | form | DateTime | No | |
| FirstName | form | string | No | |
| LastName | form | string | No | |
| Addresses | form | List<SearchResultOfacAddress> | No | |
| Akas | form | List<SearchResultOfacAka> | No | |
| DateOfBirths | form | List<SearchResultOfacDateOfBirth> | No | |
| Nationalities | form | List<SearchResultOfacNationality> | No | |
| PlaceOfBirths | form | List<SearchResultOfacPlaceOfBirth> | No | 
| Name | Parameter | Data Type | Required | Description | 
|---|---|---|---|---|
| Address1 | form | string | No | |
| Address2 | form | string | No | |
| Address3 | form | string | No | |
| City | form | string | No | |
| State | form | string | No | |
| PostCode | form | string | No | |
| Country | form | string | No | 
| Name | Parameter | Data Type | Required | Description | 
|---|---|---|---|---|
| FirstName | form | string | No | |
| LastName | form | string | No | |
| Type | form | string | No | |
| Strength | form | string | No | 
| Name | Parameter | Data Type | Required | Description | 
|---|---|---|---|---|
| DateOfBirth | form | string | No | 
| Name | Parameter | Data Type | Required | Description | 
|---|---|---|---|---|
| Country | form | string | No | 
| Name | Parameter | Data Type | Required | Description | 
|---|---|---|---|---|
| PlaceOfBirth | form | string | No | 
| Name | Parameter | Data Type | Required | Description | 
|---|---|---|---|---|
| ResultStrength | form | int | No | |
| ResultSimilarity | form | decimal | No | |
| ResultResolved | form | bool | No | |
| ResultType | form | string | No | |
| DateUpdated | form | DateTime | No | |
| FullName | form | string | No | |
| Address | form | string | No | |
| DateOfBirth | form | string | No | |
| PlaceOfBirth | form | string | No | |
| Nationality | form | string | No | 
| Name | Parameter | Data Type | Required | Description | 
|---|---|---|---|---|
| ResultStrength | form | int | No | |
| ResultSimilarity | form | decimal | No | |
| ResultResolved | form | bool | No | |
| ResultType | form | string | No | |
| DateUpdated | form | DateTime | No | |
| FullName | form | string | No | |
| Address | form | string | No | |
| DateOfBirth | form | string | No | |
| PlaceOfBirth | form | string | No | |
| Nationality | form | string | No | 
| Name | Parameter | Data Type | Required | Description | 
|---|---|---|---|---|
| ResultStrength | form | int | No | |
| ResultSimilarity | form | decimal | No | |
| ResultResolved | form | bool | No | |
| ResultType | form | string | No | |
| DateUpdated | form | DateTime | No | |
| Name | form | string | No | |
| DateOfBirth | form | string | No | |
| Country | form | string | No | |
| RefId | form | int | No | 
| Name | Parameter | Data Type | Required | Description | 
|---|---|---|---|---|
| ResultStrength | form | int | No | |
| ResultSimilarity | form | decimal | No | |
| ResultResolved | form | bool | No | |
| ResultType | form | string | No | |
| DateUpdated | form | DateTime | No | |
| Name | form | string | No | |
| DateOfBirth | form | string | No | |
| Country | form | string | No | |
| Schedule | form | string | No | |
| Item | form | string | No | 
| Name | Parameter | Data Type | Required | Description | 
|---|---|---|---|---|
| SearchResultId | form | long | No | |
| ResultStrength | form | int | No | |
| ResultSimilarity | form | decimal | No | |
| ResultResolved | form | bool | No | |
| ResultType | form | string | No | |
| DateUpdated | form | DateTime? | No | |
| SanctionsListId | form | string | No | |
| SanctionsListName | form | string | No | |
| Addresses | form | List<SearchResultAddress> | No | |
| DatesOfBirth | form | List<SearchResultDateOfBirth> | No | |
| Names | form | List<SearchResultName> | No | |
| Nationalities | form | List<SearchResultNationality> | No | |
| PlacesOfBirth | form | List<SearchResultPlaceOfBirth> | No | |
| Remarks | form | List<SearchResultRemark> | No | 
| Name | Parameter | Data Type | Required | Description | 
|---|---|---|---|---|
| SearchResultAddressId | form | long | No | |
| Type | form | string | No | |
| Address1 | form | string | No | |
| Address2 | form | string | No | |
| Address3 | form | string | No | |
| City | form | string | No | |
| County | form | string | No | |
| PostCode | form | string | No | |
| Country | form | string | No | 
| Name | Parameter | Data Type | Required | Description | 
|---|---|---|---|---|
| SearchResultDateOfBirthId | form | long | No | |
| DateOfBirth | form | string | No | |
| Year | form | short? | No | |
| Month | form | byte? | No | |
| Day | form | byte? | No | |
| Type | form | string | No | 
| Name | Parameter | Data Type | Required | Description | 
|---|---|---|---|---|
| SearchResultNameId | form | long | No | |
| Type | form | string | No | |
| Title | form | string | No | |
| FullName | form | string | No | |
| ResultSimilarity | form | decimal | No | 
| Name | Parameter | Data Type | Required | Description | 
|---|---|---|---|---|
| SearchResultNationalityId | form | long | No | |
| Nationality | form | string | No | 
| Name | Parameter | Data Type | Required | Description | 
|---|---|---|---|---|
| SearchResultPlaceOfBirthId | form | long | No | |
| PlaceOfBirth | form | string | No | |
| CountryOfBirth | form | string | No | 
| Name | Parameter | Data Type | Required | Description | 
|---|---|---|---|---|
| SearchResultRemarkId | form | long | No | |
| Name | form | string | No | |
| Description | form | string | No | 
| Name | Parameter | Data Type | Required | Description | 
|---|---|---|---|---|
| ListId | form | string | No | |
| ListName | form | string | No | |
| ListShortName | form | string | No | |
| IsAffectedByListUpdate | form | bool? | No | 
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /peps/add HTTP/1.1 
Host: api.sanctionssearch.com 
Accept: application/json
Content-Type: application/json
Content-Length: length
{"request":{"subUserName":"String","type":"String","name":"String","country":"String","address":"String","dateOfBirth":"String","nationality":"String","reference":"String","excludeResults":false,"performSanctionsSearch":false,"dayOneSearch":false,"selectedLists":["String"],"linkedTo":[{"clientId":0,"id":0,"type":"String","subtype":"String","status":"String","description":"String","isArchived":false,"name":"String","date":"\/Date(-62135596800000-0000)\/"}]},"authentication":{"apiUserId":"String","apiUserKey":"String","userId":"String"}}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"data":{"linkedTo":[{"clientId":0,"id":0,"type":"String","subtype":"String","status":"String","description":"String","isArchived":false,"name":"String","date":"\/Date(-62135596800000-0000)\/"}],"searchRecord":{"id":0,"searchType":"String","dateSearched":"\/Date(-62135596800000-0000)\/","dateUpdated":"\/Date(-62135596800000-0000)\/","dateRenewal":"\/Date(-62135596800000-0000)\/","dateArchived":"\/Date(-62135596800000-0000)\/","isArchived":false,"numOfResults":0,"clientInResults":false,"clientNotInResults":false,"affectedByUpdate":false,"isDayOneSearch":false,"searchCriteria":{"name":"String","address":"String","country":"String","dateOfBirth":"String","nationality":"String","reference":"String"},"searchResults":{"results":[{"resultSimilarity":0,"resultResolved":false,"dateLastUpdated":"\/Date(-62135596800000-0000)\/","resultIsClient":false,"id":0,"type":"String","title":"String","forename":"String","middlename":"String","surname":"String","softDelete":false,"dateOfSoftDelete":"\/Date(-62135596800000-0000)\/","dateOfCapture":"\/Date(-62135596800000-0000)\/","dateOfBirth":"\/Date(-62135596800000-0000)\/","dateOfDeath":"\/Date(-62135596800000-0000)\/","yearOfBirth":0,"yearOfDeath":0,"gender":"String","homeTelephone":"String","businessTelephone":"String","mobileTelephone":"String","fax":"String","email":"String","nationality":"String","source":"String","category":"String","picture":"String","alternateTitle":"String","businessName":"String","description":"String","telephone":"String","website":"String","pepTier":0,"faceIsMatch":false,"faceIsMatchConfidence":0,"addresses":[{"addressLine1":"String","addressLine2":"String","addressLine3":"String","addressLine4":"String","town":"String","county":"String","postCode":"String","country":"String","isoCountry":"String","softDelete":false,"dateLastUpdated":"\/Date(-62135596800000-0000)\/"}],"aliases":[{"forename":"String","middleName":"String","surname":"String","softDelete":false,"dateOfSoftDelete":"\/Date(-62135596800000-0000)\/","dateLastUpdated":"\/Date(-62135596800000-0000)\/","title":"String","alternateTitle":"String","businessName":"String"}],"articles":[{"url":"String","originalUrl":"String","source":"String","dateOfCapture":"\/Date(-62135596800000-0000)\/","dateLastUpdated":"\/Date(-62135596800000-0000)\/","snippets":[{"title":"String","text":"String","adverseTerms":"String"}]}],"associations":[{"linkDescription":"String","softDelete":false,"dateLastUpdated":"\/Date(-62135596800000-0000)\/","fullName":"String"}],"businessAssociations":[{"linkDescription":"String","softDelete":false,"dateLastUpdated":"\/Date(-62135596800000-0000)\/","businessName":"String"}],"notes":[{"source":"String","notes":"String","softDelete":false,"dateLastUpdated":"\/Date(-62135596800000-0000)\/"}],"politicalPositions":[{"description":"String","from":"String","to":"String","country":"String","softDelete":false,"dateLastUpdated":"\/Date(-62135596800000-0000)\/"}]}]}},"includesSanctionsSearchRecord":false,"sanctionsSearchRecord":{"id":0,"searchType":"String","dateSearched":"\/Date(-62135596800000-0000)\/","dateUpdated":"\/Date(-62135596800000-0000)\/","dateArchived":"\/Date(-62135596800000-0000)\/","isArchived":false,"numOfResults":0,"clientInResults":false,"clientNotInResults":false,"affectedByUpdate":false,"searchCriteria":{"name":"String","address":"String","country":"String","dateOfBirth":"String","nationality":"String","reference":"String"},"searchResults":{"euResults":[{"resultStrength":0,"resultSimilarity":0,"resultResolved":false,"resultType":"String","dateUpdated":"\/Date(-62135596800000-0000)\/","addresses":[{"street":"String","city":"String","country":"String","postCode":"String","other":"String"}],"births":[{"date":"String","place":"String","country":"String"}],"citizenships":[{"country":"String"}],"names":[{"fullName":"String","gender":"String"}],"passports":[{"number":"String","country":"String"}]}],"hmtResults":[{"resultStrength":0,"resultSimilarity":0,"resultResolved":false,"resultType":"String","dateListed":"\/Date(-62135596800000-0000)\/","dateUpdated":"\/Date(-62135596800000-0000)\/","name1":"String","name2":"String","name3":"String","name4":"String","name5":"String","name6":"String","dateOfBirth":"String","countryOfBirth":"String","nationality":"String","address1":"String","address2":"String","address3":"String","address4":"String","address5":"String","address6":"String","postCode":"String","country":"String"}],"hmtUkraineResults":[{"resultStrength":0,"resultSimilarity":0,"resultResolved":false,"resultType":"String","dateListed":"\/Date(-62135596800000-0000)\/","dateUpdated":"\/Date(-62135596800000-0000)\/","name1":"String","name2":"String","name3":"String","name4":"String","name5":"String","name6":"String","dateOfBirth":"String","countryOfBirth":"String","nationality":"String","address1":"String","address2":"String","address3":"String","address4":"String","address5":"String","address6":"String","postCode":"String","country":"String"}],"ofacResults":[{"resultStrength":0,"resultSimilarity":0,"resultResolved":false,"resultType":"String","dateUpdated":"\/Date(-62135596800000-0000)\/","firstName":"String","lastName":"String","addresses":[{"address1":"String","address2":"String","address3":"String","city":"String","state":"String","postCode":"String","country":"String"}],"akas":[{"firstName":"String","lastName":"String","type":"String","strength":"String"}],"dateOfBirths":[{"dateOfBirth":"String"}],"nationalities":[{"country":"String"}],"placeOfBirths":[{"placeOfBirth":"String"}]}],"ofacConsolidatedResults":[{"resultStrength":0,"resultSimilarity":0,"resultResolved":false,"resultType":"String","dateUpdated":"\/Date(-62135596800000-0000)\/","firstName":"String","lastName":"String","addresses":[{"address1":"String","address2":"String","address3":"String","city":"String","state":"String","postCode":"String","country":"String"}],"akas":[{"firstName":"String","lastName":"String","type":"String","strength":"String"}],"dateOfBirths":[{"dateOfBirth":"String"}],"nationalities":[{"country":"String"}],"placeOfBirths":[{"placeOfBirth":"String"}]}],"dfatResults":[{"resultStrength":0,"resultSimilarity":0,"resultResolved":false,"resultType":"String","dateUpdated":"\/Date(-62135596800000-0000)\/","fullName":"String","address":"String","dateOfBirth":"String","placeOfBirth":"String","nationality":"String"}],"osfiResults":[{"resultStrength":0,"resultSimilarity":0,"resultResolved":false,"resultType":"String","dateUpdated":"\/Date(-62135596800000-0000)\/","fullName":"String","address":"String","dateOfBirth":"String","placeOfBirth":"String","nationality":"String"}],"canadianJusticeResults":[{"resultStrength":0,"resultSimilarity":0,"resultResolved":false,"resultType":"String","dateUpdated":"\/Date(-62135596800000-0000)\/","name":"String","dateOfBirth":"String","country":"String","refId":0}],"canadianSemaResults":[{"resultStrength":0,"resultSimilarity":0,"resultResolved":false,"resultType":"String","dateUpdated":"\/Date(-62135596800000-0000)\/","name":"String","dateOfBirth":"String","country":"String","schedule":"String","item":"String"}],"swissSecoResults":[{"searchResultId":0,"resultStrength":0,"resultSimilarity":0,"resultResolved":false,"resultType":"String","dateUpdated":"\/Date(-62135596800000-0000)\/","sanctionsListId":"String","sanctionsListName":"String","addresses":[{"searchResultAddressId":0,"type":"String","address1":"String","address2":"String","address3":"String","city":"String","county":"String","postCode":"String","country":"String"}],"datesOfBirth":[{"searchResultDateOfBirthId":0,"dateOfBirth":"String","year":0,"month":0,"day":0,"type":"String"}],"names":[{"searchResultNameId":0,"type":"String","title":"String","fullName":"String","resultSimilarity":0}],"nationalities":[{"searchResultNationalityId":0,"nationality":"String"}],"placesOfBirth":[{"searchResultPlaceOfBirthId":0,"placeOfBirth":"String","countryOfBirth":"String"}],"remarks":[{"searchResultRemarkId":0,"name":"String","description":"String"}]}]},"searchSources":[{"listId":"String","listName":"String","listShortName":"String","isAffectedByListUpdate":false}],"listSearchResults":[{"searchResultId":0,"resultStrength":0,"resultSimilarity":0,"resultResolved":false,"resultType":"String","dateUpdated":"\/Date(-62135596800000-0000)\/","sanctionsListId":"String","sanctionsListName":"String","addresses":[{"searchResultAddressId":0,"type":"String","address1":"String","address2":"String","address3":"String","city":"String","county":"String","postCode":"String","country":"String"}],"datesOfBirth":[{"searchResultDateOfBirthId":0,"dateOfBirth":"String","year":0,"month":0,"day":0,"type":"String"}],"names":[{"searchResultNameId":0,"type":"String","title":"String","fullName":"String","resultSimilarity":0}],"nationalities":[{"searchResultNationalityId":0,"nationality":"String"}],"placesOfBirth":[{"searchResultPlaceOfBirthId":0,"placeOfBirth":"String","countryOfBirth":"String"}],"remarks":[{"searchResultRemarkId":0,"name":"String","description":"String"}]}]},"responseStatus":{"errorCode":"String","message":"String","stackTrace":"String","errors":[{"errorCode":"String","fieldName":"String","message":"String","meta":{"String":"String"}}],"meta":{"String":"String"}}}}