TenantDto
An organisation (tenant) and its configuration
Properties
| Name | Type | Description |
|---|---|---|
| code* | string | The URL-friendly unique identifier for the tenant (used in API paths) |
The URL-friendly unique identifier for the tenant (used in API paths) | ||
| name* | string | The human-readable name of the tenant |
The human-readable name of the tenant | ||
| createdDate | string | When the tenant was created |
When the tenant was created | ||
| updatedDate | string | When the tenant was last updated |
When the tenant was last updated | ||
| accountingConnection | CodeAndNameDto | |
| directDebitConnection | CodeAndNameDto | |
| amlConnection | CodeAndNameDto | |
| documentStorageConnection | CodeAndNameDto | |
| activeClientCount | integer | Count of clients with Active status |
Count of clients with Active status | ||
| inactiveClientCount | integer | Count of clients with Inactive status |
Count of clients with Inactive status | ||
| prospectClientCount | integer | Count of clients with Prospect status |
Count of clients with Prospect status | ||
| lostProspectClientCount | integer | Count of clients with LostProspect status |
Count of clients with LostProspect status | ||
| servicesCount | integer | Count of services in the tenant |
Count of services in the tenant | ||
| workFlowsCount | integer | Count of workflows in the tenant |
Count of workflows in the tenant | ||
| usersCount | integer | Count of users in the tenant |
Count of users in the tenant | ||
| proposalsSentThisMonth | integer | Number of unique proposals sent this calendar month |
Number of unique proposals sent this calendar month | ||
| isSupportAccessEnabled | boolean | Whether or not support access is enabled, allowing |
Whether or not support access is enabled, allowing | ||
| canAccessBetaFeatures | boolean | Whether this tenant can access beta features |
Whether this tenant can access beta features | ||
| isDisabled | boolean | Whether this tenant is disabled |
Whether this tenant is disabled | ||
| disabledReason | string | The reason the tenant was disabled, if applicable |
The reason the tenant was disabled, if applicable | ||
| isTasksDisabled | boolean | Whether task materialization is disabled for this tenant |
Whether task materialization is disabled for this tenant | ||
| isMissingRequiredBillingInfo | boolean | Whether this tenant is on a paid plan but hasn't completed billing/DD setup |
Whether this tenant is on a paid plan but hasn't completed billing/DD setup | ||
| isSubscriptionCancelled | boolean | Whether this tenant has cancelled their subscription. |
Whether this tenant has cancelled their subscription. | ||
| logoUrl | string | The URL of the tenant's logo image |
The URL of the tenant's logo image | ||
JSON Example
{
"code": "string",
"name": "string",
"createdDate": "2024-01-01T00:00:00Z",
"updatedDate": "2024-01-01T00:00:00Z",
"accountingConnection": {
"code": "string",
"name": "string"
}
}