List documents
Get available document list for given company
Input
User needs to provide ekrn
number to get available documents for given company
Attribute | Type | Description |
---|---|---|
ekrn | String | The European Company Registration Number (ECRN) |
startDate | String | Start date of document validity (optional) |
endDate | String | End date of document validity (optional) |
includeRealEstateData | Boolean | Flag indicating whether the documents should include real estate data (optional) |
password | String | API access password |
String | API access email | |
apiKey | String | API key |
Output
Attribute | Type | Description |
---|---|---|
orderId | String | Unique identifier for the order |
documents | Array of Objects | List of documents |
Documents
Attribute | Type | Description |
---|---|---|
documentId | Integer | Unique identifier for the document |
file | String | Name of the document file |
validFrom | String | Start date of document validity |
validTo | String | End date of document validity |
isCorrected | Boolean | Flag indicating if the document is corrected |
Last updated