Get company documents

Get list of documents for given company

Input

User needs to provide companyNumber registry and court

AttributeTypeDescription

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

FieldTypeDescription

documents

Object

Documents associated

Documents

FieldTypeDescription

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

FieldTypeDescription

resourceId

String

The ID of the resource.

resourcePath

String

The path of the resource.

resourceName

String

The name of the resource.

{
    "handelsregister": {
        "documents": {
          "currentHardCopyPrintout": {
            "resourceId": "e64291e8-e6e1-4877-a02e-648893d179e9",
            "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/e64291e8-e6e1-4877-a02e-648893d179e9/RP-Kaiserslautern_HRB_3284+AD-20240409160227.pdf",
            "resourceName": "RP-Kaiserslautern_HRB_3284+AD-20240409160227.pdf"
          },
          "chronologicalHardCopyPrintout": {
            "resourceId": "b247954b-2805-44f5-a7c3-8309cec1641e",
            "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/b247954b-2805-44f5-a7c3-8309cec1641e/RP-Kaiserslautern_HRB_3284+CD-20240409160228.pdf",
            "resourceName": "RP-Kaiserslautern_HRB_3284+CD-20240409160228.pdf"
          },
          "articlesOfAssociation": {
            "resourceId": "03861c7e-12b9-45a8-bcd6-b0967ca18480",
            "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/03861c7e-12b9-45a8-bcd6-b0967ca18480/RP-Kaiserslautern_HRB_3284+Partnership_agreement_-_articles_-_statute_o-20240409160230.tiff",
            "resourceName": "RP-Kaiserslautern_HRB_3284+Partnership_agreement_-_articles_-_statute_o-20240409160230.tiff"
          },
          "listOfShareholders": {
            "resourceId": "87004c6f-7d2a-4723-aeab-24ac851a0a0e",
            "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/87004c6f-7d2a-4723-aeab-24ac851a0a0e/RP-Kaiserslautern_HRB_3284+Partnership_agreement_-_articles_-_statute_o-20240409160230.tiff",
            "resourceName": "RP-Kaiserslautern_HRB_3284+List_of_shareholders_ _entry_in_the_register_fol-20240409155013.pdf"
          },
          "historicalHardCopyPrintout": {
            "resourceId": "06a770a1-afa2-4c4b-a9c2-99d3b45e0875",
            "resourcePath": "resources/64cb0ff9-9575-4899-9ff0-261a6da7637e/06a770a1-afa2-4c4b-a9c2-99d3b45e0875/RP-Kaiserslautern_HRB_3284+HD-20240409160228.pdf",
            "resourceName": "RP-Kaiserslautern_HRB_3284+HD-20240409160228.pdf"
          }
        }
      }
}

Last updated