ConversationClientAssociationDto
A client associated with a conversation
Properties
| Name | Type | Description |
|---|---|---|
| clientCode | string | The client's code |
The client's code | ||
| clientName | string | The client's name |
The client's name | ||
JSON Example
{
"clientCode": "string",
"clientName": "string"
}