API Docs / Schemas / CreateAmlContactRequest

CreateAmlContactRequest

Properties

Name Type Description
contactCodestring

The Sodium client-contact code. Used to store the AML contact ID back after creation.

The Sodium client-contact code. Used to store the AML contact ID back after creation.

firstName*string
lastName*string
email*string
phonestring

JSON Example

{
  "contactCode": "string",
  "firstName": "string",
  "lastName": "string",
  "email": "user@example.com",
  "phone": "string"
}

Contained in Schemas