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 | ||
JSON Example
{
"name": "string",
"accountingConnectionCode": "string",
"directDebitConnectionCode": "string"
}