Get Company
Get company based on provided input.
Input
registrationNumber
String
Registration number of the searched company
Yes
Input Example
Output
CompanyDto
Object
Custom object
Array<Object>
List of public shares
Company Details
uuid
String
Unique identifier of the company
totalIssuedShareCapital
Integer
Total issued share capital
totIssuedShareCapital
Integer
Total issued share capital (alternative naming)
suffix
String
Suffix of the company
street
String
Street address of the company
statusEffectiveDate
String
Status effective date of the company
Array<Object>
List of secretaries of the company
Array<Object>
List of representatives of the company
registrationNumber
String
Registration number of the company
registrationDate
String
Registration date of the company
postcode
String
Postal code of the company
name
String
Name of the company
locality
String
Locality of the company
Array<Object>
List of involved parties in the company
fullName
String
Full name of the company
Array<Object>
List of directors of the company
country
String
Country of the company
address
String
Address of the company
Object
Type of the company
Object
State of the company
clauses
Array<Object>
List of clauses
Array<Object>
Authorized share capital details
Person
type
String
Type of person
Object
Details of the natural person
Representative
type
String
Type of representative
Object
Details of the legal person
Natural Person
title
String
Title of the natural person
Object
Temporary nationality of the natural person
surname
String
Surname of the natural person
street
String
Street address of the natural person
postcode
String
Postal code of the natural person
locality
String
Locality of the natural person
firstName
String
First name of the natural person
country
String
Country of the natural person
building
String
Building address of the natural person
Legal Person
type
String
Type of legal person
Object
Details of the natural person
Object
Details of uncategorized legal person
Object
Details of local body corporate
identificationNumber
String
Identification number of the legal person
Nationality
nationality
String
Nationality of the person
Involved Party
Object
Type of involved party
Object
Details of the legal person involved
Involved Party Type
name
String
Name of the involved party
key
String
Key of the involved party
Uncategorised Legal Person
street
String
Street address
registrationNumber
String
Registration number
postcode
String
Postal code
name
String
Name of the entity
country
String
Country of the entity
city
String
City of the entity
building
String
Building address
Local Body Corporate
suffix
String
Suffix of the local body corporate
street
String
Street address
registrationNumber
String
Registration number
postcode
String
Postal code
name
String
Name of the local body corporate
locality
String
Locality of the local body corporate
country
String
Country of the local body corporate
address
String
Address of the local body corporate
Company Type
type
String
Company Type
subtype
String
Company SubType
legislation
String
Legislation
CompanyState
state
String
Company state
Share Capital
valuePerShare
String
Value of the share
Object
Share type
numberOfShares
Long
Number of shares
currency
String
Currency of the share
class
Object
Class of the share
Share Type
type
String
Type of share
key
String
Key of share
Public Share
Array<Object>
List of shares
Object
Legal person associated
Share
valuePerShare
String
Value per share
type
String
Type of share
percentagePaidUp
Integer
Percentage paid up
onBehalfOf
Object
On behalf of associated object
numberOfShares
Long
Number of shares
currency
String
Currency of the share
class
String
Class of the share
Output Example
Last updated