Get beneficial owners for a company
GET {{baseUrl}}/:companyId
AsOfDate supported
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"beneficialOwners": [
{
"beneficialOwnership": {
"otherBeneficialOwnership": "<boolean>",
"ownershipExtent": "<double>",
"voteExtent": "<double>"
},
"dateOfBirth": "<string>",
"domicile": "<string>",
"domicileText": "<string>",
"firstname": "<string>",
"homeCountry": "<string>",
"lastname": "<string>",
"nationality": "<string>",
"registrationDate": "<string>",
"role": "<string>"
},
{
"beneficialOwnership": {
"otherBeneficialOwnership": "<boolean>",
"ownershipExtent": "<double>",
"voteExtent": "<double>"
},
"dateOfBirth": "<string>",
"domicile": "<string>",
"domicileText": "<string>",
"firstname": "<string>",
"homeCountry": "<string>",
"lastname": "<string>",
"nationality": "<string>",
"registrationDate": "<string>",
"role": "<string>"
}
],
"changeDate": "<string>",
"companyId": "<string>",
"hasBeneficialOwners": "<boolean>",
"registrationDate": "<string>",
"status": {
"code": "<integer>",
"text": "<string>"
}
} |
ENDPOINTS