ClientDetailDto
Unique identifier for the client
Name of the client/company
Possible values: >= 2 characters
Acme CorporationEmail address of the client
contact@acme.comCity where the client is located
New YorkPhone number of the client
+1-555-0123Street address of the client
123 Business StreetPostal code of the client
10001Custom customer ID assigned by the workspace
CUST-001Country where the client is located
United StatesPrimary language of the client
enWhether the client is private or business
falsecontactPersons object[]
Contact persons associated with the client, not available for private clients
Unique identifier for the contact person
Name of the contact person
Jane SmithEmail address of the contact person
jane.smith@acme.comWebsite URL of the client
https://acme.comChamber of Commerce number
COC123456VAT number of the client
VAT987654321IBAN bank account number
GB82WEST12345698765432Client currency
Possible values: [USD, AUD, GBP, CAD, CNY, EUR, INR, JPY, AED, CHF, BTC, ETH]
tags object[]required
Array of custom tags/fields associated with the client
Unique identifier for the tag
label object
Multilingual label for the tag
Dutch label
IndustrieEnglish label
IndustryGerman label
BrancheThe actual value/content of the tag
Software & ITDate when the client was created
Date when the client was last updated
{
"id": 0,
"name": "Acme Corporation",
"email": "contact@acme.com",
"city": "New York",
"phone": "+1-555-0123",
"address": "123 Business Street",
"postalCode": "10001",
"customerId": "CUST-001",
"country": "United States",
"language": "en",
"private": false,
"contactPersons": [
{
"id": 0,
"name": "Jane Smith",
"email": "jane.smith@acme.com"
}
],
"website": "https://acme.com",
"cocNumber": "COC123456",
"vatNumber": "VAT987654321",
"iban": "GB82WEST12345698765432",
"currency": "USD",
"tags": [
{
"id": 0,
"label": {
"nl": "Industrie",
"en": "Industry",
"de": "Branche"
},
"value": "Software & IT"
}
],
"createdAt": "2024-07-29T15:51:28.071Z",
"updatedAt": "2024-07-29T15:51:28.071Z"
}