ClientDto
Response DTO for client information
Properties
| Name | Type | Description |
|---|---|---|
| code | string | The client's unique Code within the tenant |
The client's unique Code within the tenant | ||
| 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 | ||
| manager | CodeAndNameDto | |
| partner | CodeAndNameDto | |
| associate | CodeAndNameDto | |
| internalReference | string | Optional internal reference number/code for the client |
Optional internal reference number/code for the client | ||
| revenueRangeCode | string | The revenue range code for this client |
The revenue range code for this client | ||
| status | enum | Active Inactive Prospect LostProspect |
Active Inactive Prospect LostProspect | ||
| accountingCustomerCode | string | The customer code/ID from the connected accounting platform |
The customer code/ID from the connected accounting platform | ||
| directDebitMandateId | string | The mandate ID from the connected direct debit platform |
The mandate ID from the connected direct debit platform | ||
| string | The email address for the client | |
The email address for the client | ||
| telephone | string | The telephone number for the client |
The telephone number for the client | ||
| contactPreferences | ContactPreferencesDto | |
| pclSent | boolean | Indicates whether a Professional Clearance Letter has been sent for this client |
Indicates whether a Professional Clearance Letter has been sent for this client | ||
| createdDate | string | When the client was created |
When the client was created | ||
| updatedDate | string | 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"
}
}