API Docs / Schemas / ConversationClientAssociationDto

ConversationClientAssociationDto

A client associated with a conversation

Properties

Name Type Description
clientCodestring

The client's code

The client's code

clientNamestring

The client's name

The client's name

JSON Example

{
  "clientCode": "string",
  "clientName": "string"
}

Contained in Schemas