CodeAndNameDto
Generic DTO for entities that have both a code and name
Properties
| Name | Type | Description |
|---|---|---|
| code | string | The unique code of the entity |
The unique code of the entity | ||
| name | string | The name of the entity |
The name of the entity | ||
JSON Example
{
"code": "string",
"name": "string"
}
Contained in Schemas
- AiSettingsDto Configuration for AI/LLM integration settings at the tenant level. Controls which AI model to use an...
- AvailableClientDto A customer/client retrieved from a third-party accounting platform (Xero, QuickBooks, FreeAgent, etc...
- BillableServiceDto Response DTO for billable service information
- ClientBillableServiceDto Response DTO for client billable service information
- ClientContactDto Response DTO for client-contact relationship information
- ClientDocumentDto Represents a document associated with a client, such as letters, engagement letters, proposals, or o...
- ClientDto Response DTO for client information
- ClientNoteDto Response DTO for client note information
- CompanyDetailsDto Company registration and filing details (Companies House)
- ContactDto Represents a person or contact within the tenant's organization. Contacts can be associated with one...
- DesignThemeDto Complete visual styling and branding configuration for generated documents (proposals, engagement le...
- DirectDebitSettingsDto Tenant-level configuration for direct debit request behavior and email settings. Controls how direct...
- DocumentTemplateDto Reusable document template for generating HTML documents such as proposals, engagement letters, repo...
- EmailSettingsDto Tenant-level configuration for outbound email branding and sender information. Controls the visual a...
- PracticeDetailsDto Core practice/firm information for the accounting practice or professional services firm. Used for b...
- ProfessionalClearanceLetterSettingsDto Tenant-level settings for professional clearance letters
- ProposalAcceptanceDto Response DTO for anonymous proposal acceptance page
- ProposalDto Response DTO for proposal information
- ProposalSettingsDto Tenant-level configuration for proposal behavior, branding, and notification settings. Controls how ...
- RecurringTaskItemDto DTO for recurring task templates, exposing only codes and enums (never DB IDs).
- TaskItemDto DTO for task responses in the API, containing friendly references (emails/Codes) instead of database...
- TenantDto Response DTO for tenant details that excludes internal database IDs. Used in API responses to preven...
- TenantInfo Information about a tenant that a user belongs to, including statistics and role information
- ThirdPartyConnectionDto Represents an OAuth or API key connection to a third-party platform such as Xero, FreeAgent, Sage, o...
- UpdatePracticeDetailsRequest Request to update practice/firm details
- WorkflowStepDetailsDto Details about a specific workflow step when a TaskItemDto represents a workflow step view
- WorkflowStepDto DTO for workflow steps within a workflow group.
- WorkflowStepProgressDto DTO representing the progress of a single workflow step within a TaskItem. Contains both the step te...