Registers
directors
Possible values are:
The register type.
Output
Registers
Attribute
Type
Description
Additional
Directors
Directors Links
Attribute
Type
Description
directorsRegister
string
The URL for the resource.
LLP Members
LLP Members Links
Attribute
Type
Description
llpMembers
string
The URL for the resource.
LLP Usual Residential Address
LLP Usual Residential Address Links
Attribute
Type
Description
llpUsualResidentialAddress
string
The URL for the resource.
Members
Members Links
Attribute
Type
Description
members
string
The URL for the resource.
Persons With Significant Control
Persons With Significant Control Links
Attribute
Type
Description
personsWithSignificantControlRegister
string
The URL for the resource.
Secretaries
Secretaries Links
Attribute
Type
Description
secretariesRegister
string
The URL for the resource.
Usual Residential Address
Usual Residential Address Links
Attribute
Type
Description
usualResidentialAddress
string
The URL for the resource.
Items
Attribute
Type
Description
Additional
movedOn
date
The date registered on.
registerMovedTo
string
Location of registration.
Possible values are:
public-register
registered-office
single-alternative-inspection-location
unspecified-location
Links
Attribute
Type
Description
self
string
The URL of the resource.
Item Links
Attribute
Type
Description
filing
string
The URL of the transaction for the resource.
Example
{
"companyNumber": "ABC123",
"etag": "123456",
"kind": "company",
"links": {
"self": "/companies/ABC123"
},
"registers": {
"directors": {
"items": [
{
"links": {
"directorsRegister": "/registers/directors/1"
},
"movedOn": "2023-08-01",
"registerMovedTo": "/registers/directors/2"
},
{
"links": {
"directorsRegister": "/registers/directors/2"
},
"movedOn": "2023-08-15",
"registerMovedTo": null
}
],
"links": {
"directorsRegister": "/registers/directors"
},
"registerType": "directors"
},
"llpMembers": {
"items": [
{
"links": {
"llpMembers": "/registers/llp-members/1"
},
"movedOn": "2023-07-20",
"registerMovedTo": "/registers/llp-members/2"
}
],
"links": {
"llpMembers": "/registers/llp-members"
},
"registerType": "llp-members"
},
"llpUsualResidentialAddress": {
"items": [
{
"links": {
"llpUsualResidentialAddress": "/registers/llp-usual-residential/1"
},
"movedOn": "2023-06-10",
"registerMovedTo": "/registers/llp-usual-residential/2"
}
],
"links": {
"llpUsualResidentialAddress": "/registers/llp-usual-residential"
},
"registerType": "llp-usual-residential"
},
"members": {
"items": [
{
"links": {
"members": "/registers/members/1"
},
"movedOn": "2023-05-05",
"registerMovedTo": "/registers/members/2"
}
],
"links": {
"members": "/registers/members"
},
"registerType": "members"
},
"personsWithSignificantControl": {
"items": [
{
"links": {
"personsWithSignificantControlRegister": "/registers/psc/1"
},
"movedOn": "2023-04-01",
"registerMovedTo": "/registers/psc/2"
}
],
"links": {
"personsWithSignificantControlRegister": "/registers/psc"
},
"registerType": "psc"
},
"secretaries": {
"items": [
{
"links": {
"secretariesRegister": "/registers/secretaries/1"
},
"movedOn": "2023-03-15",
"registerMovedTo": "/registers/secretaries/2"
}
],
"links": {
"secretariesRegister": "/registers/secretaries"
},
"registerType": "secretaries"
},
"usualResidentialAddress": {
"items": [
{
"links": {
"usualResidentialAddress": "/registers/usual-residential/1"
},
"movedOn": "2023-02-10",
"registerMovedTo": "/registers/usual-residential/2"
}
],
"links": {
"usualResidentialAddress": "/registers/usual-residential"
},
"registerType": "usual-residential"
}
}
}
Last updated
Was this helpful?