UpdateAmlContactRequest
Request to update a contact in the AML platform. All fields are optional — only provided fields are sent.
Properties
| Name | Type | Description |
|---|---|---|
| firstName | string | |
| middleName | string | |
| lastName | string | |
| string | ||
| phone | string | |
| dateOfBirth | string | |
| companiesHousePersonalCode | string |
JSON Example
{
"firstName": "string",
"middleName": "string",
"lastName": "string",
"email": "string",
"phone": "string"
}