Use this method to get the company check results.
The response represents a list of checks
with company information. All attributes below are nullable.
Name | Type | Description |
---|
answer | String | Company check answer (GREEN /RED /YELLOW ). |
createdAt | Date | Time and date of the latest company check result. |
companyCheckInfo | Object | Company check data. |
Name | Type | Description |
---|
companyName | String | Company name. |
companyNumber | String | Company registry number. |
status | String | Company status. |
type | String | Company type. |
source | String | Company data source/registry. |
sourceUrl | String | Source URL. |
webPage | String | Company web page address. |
officeAddress | String | Company office address. |
incorporatedOn | Date | Date of incorporation. |
industryCodes | List of Objects | List of industry codes and descriptions. |
alternativeNames | List of Strings | List of alternative company names. |
licenseInfo | Object | Company license info. |
officers | List of Objects | List of company officers. |
significantPersons | List of Objects | List of significant company persons. |
affiliatedCompanies | List of Objects | List of affiliated companies - has the same attributes as companyCheckInfo . |
Name | Type | Description |
---|
code | String | Company industry code. |
description | String | Industry description. |
Name | Type | Description |
---|
licenseNumber | String | License number. |
issuedDate | Date | Date of issue. |
validUntil | Date | Date of expiry. |
Name | Type | Description |
---|
fullName | String | Full name. |
dob | Date | Date of birth. |
nationality | String | Nationality. |
country | String | Country of residence. |
occupation | String | Occupation. |
appointedOn | Date | Date of person being appointed. |
correspondenceAddress | String | Correspondence address. |
natureOfControl | String | Nature of control. |
role | String | Role. |
status | String | Status. |