API Docs / Schemas / ClientThirdPartyMappingDto

ClientThirdPartyMappingDto

Lightweight DTO for viewing client third-party platform mappings

Properties

Name Type Description
codestring

The client's unique code within the tenant

The client's unique code within the tenant

namestring

The name of the client

The name of the client

accountingCustomerCodestring

The customer code/ID from the connected accounting platform

The customer code/ID from the connected accounting platform

directDebitMandateIdstring

The mandate ID from the connected direct debit platform

The mandate ID from the connected direct debit platform

amlClientIdstring

The client/account ID from the connected AML platform

The client/account ID from the connected AML platform

amlClientNamestring

The display name of the client in the connected AML platform

The display name of the client in the connected AML platform

JSON Example

{
  "code": "string",
  "name": "string",
  "accountingCustomerCode": "string",
  "directDebitMandateId": "string",
  "amlClientId": "string"
}

Used By Operations

Contained in Schemas