Get Company
Get company based on provided input.
Input
Attribute | Type | Description | Required |
---|---|---|---|
registrationNumber | String | Registration number of the searched company | Yes |
Input Example
Output
CompanyDto
Attribute | Type | Type Description |
---|---|---|
Object | Custom object | |
Array<Object> | List of public shares |
Company Details
Attribute | Type | Type Description |
---|---|---|
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
Attribute | Type | Type Description |
---|---|---|
type | String | Type of person |
Object | Details of the natural person |
Representative
Attribute | Type | Type Description |
---|---|---|
type | String | Type of representative |
Object | Details of the legal person |
Natural Person
Attribute | Type | Type Description |
---|---|---|
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
Attribute | Type | Type Description |
---|---|---|
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
Attribute | Type | Type Description |
---|---|---|
nationality | String | Nationality of the person |
Involved Party
Attribute | Type | Type Description |
---|---|---|
Object | Type of involved party | |
Object | Details of the legal person involved |
Involved Party Type
Attribute | Type | Type Description |
---|---|---|
name | String | Name of the involved party |
key | String | Key of the involved party |
Uncategorised Legal Person
Attribute | Type | Type Description |
---|---|---|
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
Attribute | Type | Type Description |
---|---|---|
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
Attribute | Type | Type Description |
---|---|---|
type | String | Company Type |
subtype | String | Company SubType |
legislation | String | Legislation |
CompanyState
Attribute | Type | Type Description |
---|---|---|
state | String | Company state |
Share Capital
Attribute | Type | Type Description |
---|---|---|
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
Attribute | Type | Type Description |
---|---|---|
type | String | Type of share |
key | String | Key of share |
Public Share
Attribute | Type | Description |
---|---|---|
Array<Object> | List of shares | |
Object | Legal person associated |
Share
Attribute | Type | Description |
---|---|---|
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