TenantUpdateRequest
Request DTO for updating a tenant
Properties
| Name | Type | Description |
|---|---|---|
| name* | string | The human-readable name of the tenant |
The human-readable name of the tenant | ||
| accountingConnectionCode | string | The code of the accounting connection to use for this tenant |
The code of the accounting connection to use for this tenant | ||
| directDebitConnectionCode | string | The code of the direct debit connection to use for this tenant |
The code of the direct debit connection to use for this tenant | ||
| amlConnectionCode | string | The code of the AML connection to use for this tenant |
The code of the AML connection to use for this tenant | ||
| documentStorageConnectionCode | string | The code of the document storage connection to use for this tenant |
The code of the document storage connection to use for this tenant | ||
| isSupportAccessEnabled | boolean | Whether support access is enabled for this tenant. |
Whether support access is enabled for this tenant. | ||
JSON Example
{
"name": "string",
"accountingConnectionCode": "string",
"directDebitConnectionCode": "string",
"amlConnectionCode": "string",
"documentStorageConnectionCode": "string"
}