CreateAmlClientRequest
Properties
| Name | Type | Description |
|---|---|---|
| clientCode* | string | |
| externalReference | string | |
| name* | string | |
| isIndividual | boolean | |
| regNumber | string | |
| contacts* | array of CreateAmlContactRequest |
JSON Example
{
"clientCode": "string",
"externalReference": "string",
"name": "string",
"isIndividual": false,
"regNumber": "string",
"contacts": [
{
"contactCode": "...",
"firstName": "...",
"lastName": "...",
"email": "...",
"phone": "..."
}
]
}