Get company documents
Get list of documents for given company
Input
User needs to provide companyNumber
registry
and court
Attribute | Type | Description |
---|---|---|
companyNumber | String | The registration number of the company. |
court | String | The district court where the company is registered. |
registry | String | The type of registry (e.g., VR, HRA) where the company is registered. |
documentTypes | Array | Type of document to download
|
Output
Field | Type | Description |
---|---|---|
documents | Object | Documents associated |
Documents
Field | Type | Description |
---|---|---|
currentHardCopyPrintout | Object | Information about the current hard copy printout. |
chronologicalHardCopyPrintout | Object | Information about the chronological hard copy printout. |
articlesOfAssociation | Object | Information about the articles of association. |
listOfShareholders | Object | Information about the list of shareholders. |
historicalHardCopyPrintout | Object | Information about the historical hard copy printout. |
Document
Field | Type | Description |
---|---|---|
resourceId | String | The ID of the resource. |
resourcePath | String | The path of the resource. |
resourceName | String | The name of the resource. |
Last updated