Get Company
Get company based on provided input.
Input
registrationNumber
String
Registration number of the searched company
Yes
Input Example
Output
CompanyDto
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
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
fullName
String
Full name of the company
country
String
Country of the company
address
String
Address of the company
clauses
Array<Object>
List of clauses
Person
type
String
Type of person
Representative
type
String
Type of representative
Natural Person
title
String
Title 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
identificationNumber
String
Identification number of the legal person
Nationality
nationality
String
Nationality of the person
Involved Party
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
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
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