ClientDetailDto
Unique identifier for the client
Name of the client/company
Possible values: >= 2 characters
Acme Corporation
Email address of the client
contact@acme.com
City where the client is located
New York
Phone number of the client
+1-555-0123
Street address of the client
123 Business Street
Postal code of the client
10001
Custom customer ID assigned by the workspace
CUST-001
Country where the client is located
United States
Primary language of the client
en
Whether the client is private or business
false
contactPersons object[]
Contact persons associated with the client, not available for private clients
Unique identifier for the contact person
Name of the contact person
Jane Smith
Email address of the contact person
jane.smith@acme.com
Website URL of the client
https://acme.com
Chamber of Commerce number
COC123456
VAT number of the client
VAT987654321
IBAN bank account number
GB82WEST12345698765432
Client 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
Industrie
English label
Industry
German label
Branche
The actual value/content of the tag
Software & IT
Date 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"
}