CompaniesHousePsc
Properties
| Name | Type | Description |
|---|---|---|
| kind | string | |
| name | string | |
| name_elements | CompaniesHouseNameElements | |
| address | CompaniesHouseAddress | |
| date_of_birth | CompaniesHouseDateOfBirth | |
| nationality | string | |
| country_of_residence | string | |
| natures_of_control | array of string | |
| notified_on | string | |
| ceased_on | string |
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
}
}