List Companies
List companies based on provided input.
Input
Attribute | Type | Description | Required |
---|---|---|---|
registrationNumber | String | Registration number of the searched company | Only of these is requred. |
name | String | The name of the searched company | Only of these is requred. |
Input Example
Output
Company Details
Attribute | Type | Description |
---|---|---|
id | String | Unique identifier of the company |
name | String | Name of the company |
registrationNumber | String | Registration number of the company |
registrationDate | String | Registration date of the company |
state | String | State of the company's registration |
suffix | String | Suffix of the company |
address | String | Complete address of the company |
street | String | Street address of the company |
postcode | String | Postal code of the company |
locality | String | Locality of the company |
previousNames | Array<Object> | List of previous names used by the company |
lastModified | String | Last modified date of the company's information |
Previous Names
Attribute | Type | Description |
---|---|---|
uuid | String | Unique identifier of the previous name record |
previousName | String | Name previously used by the company |
effectiveDate | String | Date when the previous name was effective |
companyUuid | String | Unique identifier of the company associated with this name |
company | String | Name of the company associated with this previous name |
Output Example
Last updated