AmlContactDto
Contact details from the AML platform.
Properties
| Name | Type | Description |
|---|---|---|
| id | string | |
| firstName | string | |
| middleName | string | |
| lastName | string | |
| string | ||
| phone | string | |
| dateOfBirth | string | |
| address | string | |
| companiesHousePersonalCode | string | |
| externalUrl | string | |
| onboardingStatus | enum | NotStarted InProgress Ready InReview Complete ActionRequired Cancelled |
NotStarted InProgress Ready InReview Complete ActionRequired Cancelled | ||
| amlStatus | enum | NotStarted InProgress Ready InReview Complete ActionRequired Cancelled |
NotStarted InProgress Ready InReview Complete ActionRequired Cancelled | ||
JSON Example
{
"id": "string",
"firstName": "string",
"middleName": "string",
"lastName": "string",
"email": "string"
}