ClientThirdPartyMappingDto
Lightweight DTO for viewing client third-party platform mappings
Properties
| Name | Type | Description |
|---|---|---|
| code | string | The client's unique code within the tenant |
The client's unique code within the tenant | ||
| name | string | The name of the client |
The name of the client | ||
| internalReference | string | Optional internal reference for the client |
Optional internal reference for the client | ||
| accountingCustomerCode | string | The customer code/ID from the connected accounting platform |
The customer code/ID from the connected accounting platform | ||
| directDebitMandateId | string | The mandate ID from the connected direct debit platform |
The mandate ID from the connected direct debit platform | ||
| amlClientId | string | The client/account ID from the connected AML platform |
The client/account ID from the connected AML platform | ||
| amlClientName | string | The display name of the client in the connected AML platform |
The display name of the client in the connected AML platform | ||
| storageFolderPath | string | Display path of the client's mapped document storage folder (relative to the tenant's base folder) |
Display path of the client's mapped document storage folder (relative to the tenant's base folder) | ||
| storageFolderExternalUrl | string | URL to open the client's mapped document storage folder in the provider's web UI |
URL to open the client's mapped document storage folder in the provider's web UI | ||
JSON Example
{
"code": "string",
"name": "string",
"internalReference": "string",
"accountingCustomerCode": "string",
"directDebitMandateId": "string"
}