API Docs / Schemas / UpdateClientContactRequest

UpdateClientContactRequest

Request DTO for updating a 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 Psc

The type of contact relationship

Main Billing Payroll Accounts Director Psc

contactContactDto
resignedDatestring

Date the contact resigned their officer role for this client. Usually populated by the
Companies House officer stream; user-editable so it can also be set manually (or cleared).

Date the contact resigned their officer role for this client. Usually populated by the
Companies House officer stream; user-editable so it can also be set manually (or cleared).

ceasedDatestring

Date the contact ceased being a Person with Significant Control for this client. Usually
populated by the Companies House PSC stream; user-editable so it can also be set manually.

Date the contact ceased being a Person with Significant Control for this client. Usually
populated by the Companies House PSC stream; user-editable so it can also be set manually.

JSON Example

{
  "role": "string",
  "types": [
    "Main"
  ],
  "contact": {
    "code": "string",
    "title": "string",
    "firstName": "string",
    "middleName": "string",
    "lastName": "string"
  },
  "resignedDate": "2024-01-01",
  "ceasedDate": "2024-01-01"
}

Used By Operations