CreateAmlContactRequest
Properties
| Name | Type | Description |
|---|---|---|
| contactCode | string | 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 | |
| phone | string | |
JSON Example
{
"contactCode": "string",
"firstName": "string",
"lastName": "string",
"email": "user@example.com",
"phone": "string"
}