API Docs / Schemas / CompaniesHousePsc

CompaniesHousePsc

Properties

Name Type Description
kindstring
namestring
name_elementsCompaniesHouseNameElements
addressCompaniesHouseAddress
date_of_birthCompaniesHouseDateOfBirth
nationalitystring
country_of_residencestring
natures_of_controlarray of string
notified_onstring
ceased_onstring

JSON Example

{
  "kind": "string",
  "name": "string",
  "name_elements": {
    "title": "string",
    "forename": "string",
    "middle_name": "string",
    "surname": "string"
  },
  "address": {
    "address_line_1": "string",
    "address_line_2": "string",
    "locality": "string",
    "premises": "string",
    "postal_code": "string"
  },
  "date_of_birth": {
    "month": 0,
    "year": 0
  }
}