Get company
Get details about given company
Input
User needs to provide company number
companyNumber
String
Company number
Output
activity
Array
A list of company activities, each containing a code and description.
addresses
Array
A list of company addresses.
websites
Array
A list of company websites
companyCode
String
The code of the company.
companyName
String
The name of the company.
registeredCompanyName
String
The registered name of the company.
companyRegistrationNumber
Array
A list of registration numbers for the company.
allAvailableRegistrationNumbers
Array
A list of all available registration numbers, each containing a registration number, type description, registration date, and a preferred flag.
legalForm
String
The legal form of the company.
companyStatus
String
The status of the company (e.g. Active, Stopped).
registrationDate
String
The registration date of the company.
phoneNumber
Array
A list of company phone numbers (currently empty).
directorAndShareDetails
Object
An object containing details about the directors and shareholders.
countryCode
String
The country code for the company.
Activity
code
String
The code for the activity.
description
String
The description of the activity.
Addresses
addressInOneLine
String
The complete address in one line.
streetNumber
String
The street number of the address.
postalCode
String
The postal code of the address.
country
String
The country of the address.
countryCode
String
The country code of the address.
streetName
String
The street name of the address.
addressLocality
String
The locality of the address.
streetAddress
Object
An object containing the street address details.
StreetAddress
line1
String
The first line of the address.
AllAvailableRegistrationNumbers
registrationNumber
String
The registration number.
typeDescription
String
The description of the registration type.
registrationDate
String
The registration date.
isPreferredRegistrationNumber
Boolean
Indicates if it is the preferred registration number.
DirectorAndShareDetails
directors
Array
A list of directors with their details.
Directors
position
Array
A list of positions held by the director.
name
String
The full name of the director.
firstName
String
The first name of the director.
lastName
String
The last name of the director.
Last updated