API Docs / Schemas / ClientContactDto

ClientContactDto

Response DTO for client-contact relationship information

Properties

Name Type Description
codestring

The unique code for this relationship (uses the contact's code)

The unique code for this relationship (uses the contact's code)

rolestring

The role of the contact within this client relationship

The role of the contact within this client relationship

typesarray of enum

The type of contact relationship

Main Billing Payroll Accounts Director

The type of contact relationship

Main Billing Payroll Accounts Director

contactContactDto
clientCodeAndNameDto
individualClientCodeAndNameDto
createdDatestring

When the relationship was created

When the relationship was created

updatedDatestring

When the relationship was last updated

When the relationship was last updated

JSON Example

{
  "code": "string",
  "role": "string",
  "types": [
    "Main"
  ],
  "contact": {
    "code": "string",
    "title": "string",
    "firstName": "string",
    "middleName": "string",
    "lastName": "string"
  },
  "client": {
    "code": "string",
    "name": "string"
  }
}

Used By Operations

Contained in Schemas