API Docs / Schemas / ContactDto

ContactDto

Represents a person or contact within the tenant's organization.
Contacts can be associated with one or more clients and contain contact details such as name, email, and phone numbers.

Properties

Name Type Description
codestring

The unique code for this contact

The unique code for this contact

titlestring

The contact's title (e.g., Mr, Mrs, Dr)

The contact's title (e.g., Mr, Mrs, Dr)

firstNamestring

The contact's first name

The contact's first name

middleNamestring

The contact's middle name

The contact's middle name

lastNamestring

The contact's last name (required)

The contact's last name (required)

emailstring

The contact's email address

The contact's email address

phonestring

The contact's phone number

The contact's phone number

mobilestring

The contact's mobile number

The contact's mobile number

clientCountinteger

The number of clients this contact is associated with.

The number of clients this contact is associated with.

clientCodeAndNameDto
individualClientCodeAndNameDto

JSON Example

{
  "code": "string",
  "title": "string",
  "firstName": "string",
  "middleName": "string",
  "lastName": "string"
}

Used By Operations

Contained in Schemas