AmlClientDto
Properties
| Name | Type | Description |
|---|---|---|
| id | string | |
| name | string | |
| isIndividual | boolean | |
| regNumber | string | |
| contacts | array of AmlContactDto | |
| status | enum | Active Pending Archived |
Active Pending Archived | ||
| riskLevel | enum | Low Normal High |
Low Normal High | ||
| externalUrl | string | |
| createdDate | string | |
JSON Example
{
"id": "string",
"name": "string",
"isIndividual": false,
"regNumber": "string",
"contacts": [
{
"id": "...",
"firstName": "...",
"middleName": "...",
"lastName": "...",
"email": "..."
}
]
}