Create AML Client
Creates a new client (account) in the AML platform. The platform is the ThirdPartyConnection.Code set in Tenant.AmlConnectionCode
Parameters
| Name | Type | Description |
|---|---|---|
| tenant* | path string | The Tenant.Code |
The Tenant.Code |
||
Request Body*
{
"clientCode": "string",
"externalReference": "string",
"name": "string",
"isIndividual": false,
"regNumber": "string",
"contacts": [
{
"contactCode": "...",
"firstName": "...",
"lastName": "...",
"email": "...",
"phone": "..."
}
]
}
Responses
201 Created
401 Unauthorized – Invalid or missing API key