API Docs / Schemas / ClientDto

ClientDto

Response DTO for client information

Properties

Name Type Description
codestring

The client's unique Code within the tenant

The client's unique Code within the tenant

namestring

The name of the client

The name of the client

typeenum

PrivateLimitedCompany PublicLimitedCompany LimitedLiabilityPartnership Partnership Individual Trust

PrivateLimitedCompany PublicLimitedCompany LimitedLiabilityPartnership Partnership Individual Trust

managerCodeAndNameDto
partnerCodeAndNameDto
associateCodeAndNameDto
internalReferencestring

Optional internal reference number/code for the client

Optional internal reference number/code for the client

revenueRangeCodestring

The revenue range code for this client

The revenue range code for this client

statusenum

Active Inactive Prospect LostProspect

Active Inactive Prospect LostProspect

accountingCustomerCodestring

The customer code/ID from the connected accounting platform

The customer code/ID from the connected accounting platform

directDebitMandateIdstring

The mandate ID from the connected direct debit platform

The mandate ID from the connected direct debit platform

emailstring

The email address for the client

The email address for the client

telephonestring

The telephone number for the client

The telephone number for the client

contactPreferencesContactPreferencesDto
pclSentboolean

Indicates whether a Professional Clearance Letter has been sent for this client

Indicates whether a Professional Clearance Letter has been sent for this client

createdDatestring

When the client was created

When the client was created

updatedDatestring

When the client was last updated

When the client was last updated

JSON Example

{
  "code": "string",
  "name": "string",
  "type": "PrivateLimitedCompany",
  "manager": {
    "code": "string",
    "name": "string"
  },
  "partner": {
    "code": "string",
    "name": "string"
  }
}

Used By Operations

Contained in Schemas