Get company documents
Get list of documents for given company
Input
User needs to provide companyNumber
registry
and court
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
Current hard copy printout
Chronological hard copy printout
Historical hard copy printout
List of shareholders
Articles of association
Output
documents
Object
Documents associated
Documents
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
resourceId
String
The ID of the resource.
resourcePath
String
The path of the resource.
resourceName
String
The name of the resource.
Last updated