API Docs / Schemas / UpdateContactRequest

UpdateContactRequest

DTO for updating a contact

Properties

Name Type Description
titlestring

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

The contact's title (e.g., Mr, Mrs, Ms, 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 landline phone number

The contact's landline phone number

mobilestring

The contact's mobile phone number

The contact's mobile phone number

utrstring

The contact's Unique Taxpayer Reference (Self Assessment UTR).
Used for individuals' personal tax affairs.

The contact's Unique Taxpayer Reference (Self Assessment UTR).
Used for individuals' personal tax affairs.

niNumberstring

The contact's National Insurance Number.

The contact's National Insurance Number.

personalCodestring

The contact's Companies House person ID code, used to uniquely identify
an individual within the Companies House system.

The contact's Companies House person ID code, used to uniquely identify
an individual within the Companies House system.

JSON Example

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

Used By Operations