API Docs / Schemas / UpdateClientRequest

UpdateClientRequest

Request DTO for updating an existing client

Properties

Name Type Description
name*string

The name of the client

The name of the client

type*enum

PrivateLimitedCompany PublicLimitedCompany LimitedLiabilityPartnership Partnership Individual Trust

PrivateLimitedCompany PublicLimitedCompany LimitedLiabilityPartnership Partnership Individual Trust

internalReferencestring

Optional internal reference number/code for the client

Optional internal reference number/code for the client

managerCodestring

Code of the user who will manage this client.
The user must exist and have access to the tenant.

Code of the user who will manage this client.
The user must exist and have access to the tenant.

partnerCodestring

Code of the user who will be the partner for this client.
The user must exist and have access to the tenant.

Code of the user who will be the partner for this client.
The user must exist and have access to the tenant.

associateCodestring

Code of the user who will be the associate for this client.
The user must exist and have access to the tenant.

Code of the user who will be the associate for this client.
The user must exist and have access to the tenant.

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

JSON Example

{
  "name": "string",
  "type": "PrivateLimitedCompany",
  "internalReference": "string",
  "managerCode": "string",
  "partnerCode": "string"
}

Used By Operations