API Docs / Schemas / CreateClientContactRequest

CreateClientContactRequest

Request DTO for creating a new client-contact relationship

Properties

Name Type Description
rolestring

The role of the contact within this client relationship

The role of the contact within this client relationship

types*array of enum

The type of contact relationship

Main Billing Payroll Accounts Director

The type of contact relationship

Main Billing Payroll Accounts Director

contactContactDto

JSON Example

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

Used By Operations

Contained in Schemas