API Docs / Schemas / UpdateAmlContactRequest

UpdateAmlContactRequest

Request to update a contact in the AML platform. All fields are optional — only provided fields are sent.

Properties

Name Type Description
firstNamestring
middleNamestring
lastNamestring
emailstring
phonestring
dateOfBirthstring
companiesHousePersonalCodestring

JSON Example

{
  "firstName": "string",
  "middleName": "string",
  "lastName": "string",
  "email": "string",
  "phone": "string"
}

Used By Operations