API Docs / Operations / AML / Create AML Client

Create AML Client

POST /tenants/{tenant}/aml/clients

Creates a new client (account) in the AML platform. The platform is the ThirdPartyConnection.Code set in Tenant.AmlConnectionCode

Parameters

NameTypeDescription
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