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 Charity SoleTrader

PrivateLimitedCompany PublicLimitedCompany LimitedLiabilityPartnership Partnership Individual Trust Charity SoleTrader

managerCodeAndNameDto
partnerCodeAndNameDto
associateCodeAndNameDto
teamCodeAndNameDto
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

amlClientIdstring

The client/account ID from the connected AML platform

The client/account ID from the connected AML platform

amlClientNamestring

The display name of the client in the connected AML platform

The display name of the client in the connected AML 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

companiesHouseLinkenum

None Pending Completed Failed

None Pending Completed Failed

companiesHouseSyncenum

None Auto

None Auto

companiesHouseLastSyncedDatestring

When Companies House data was last synced for this client

When Companies House data was last synced for this client

documentsPendingClientApprovalCountinteger

Number of documents awaiting client approval

Number of documents awaiting client approval

documentsPendingUserReviewCountinteger

Number of documents uploaded by client via portal awaiting user review

Number of documents uploaded by client via portal awaiting user review

portalUserCountinteger

Number of portal users with access to this client

Number of portal users with access to this client

outstandingDocumentRequestCountinteger

Number of document requests in Open or Submitted status

Number of document requests in Open or Submitted status

documentRequestsPendingReviewCountinteger

Number of document requests in Submitted status awaiting staff review

Number of document requests in Submitted status awaiting staff review

pendingConfirmationCountinteger

Number of client confirmation workflow steps awaiting the client's response

Number of client confirmation workflow steps awaiting the client's response

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