Get document

Getting given document for company

Input

User needs to provide document type and it's id

AttributeTypeDescription

type

String

The type of the document or entry, which can be one of the following:

  • CONSTITUTION

  • TERMINATION

  • DENOMINATION

  • REGISTERED_OFFICE

  • OTHER_ADDRESS

  • OBJECT

  • CAPITAL_ACTIONS

  • RESIGNATIONS_NOMINATIONS

  • GENERAL_ASSEMBLY

  • FISCAL_YEAR

  • STATUTES

  • LEGAL_FORM_MODIFICATION

  • RESTRUCTURING

  • ANNUAL_ACCOUNTS

  • MISC

  • BCE_CANCELLATION

  • NBB_ANNUAL_ACCOUNTS

id

String

A URL or identifier for the document or entry.

Output

Documents

Possible document names:

  • constitution

  • termination

  • denomination

  • registeredOffice

  • otherAddress

  • object

  • capitalActions

  • resignationsNominations

  • generalAssembly

  • fiscalYear

  • statutes

  • legalFormModification

  • restructuring

  • annualAccounts

  • misc

  • bceCancellation

  • nbbAnnualAccounts

Document

AttributeTypeDescription

resourceId

String

Unique identifier for the resource.

resourcePath

String

Path to the resource file.

resourceName

String

Name of the resource file.

{
  "cbe": {
    "documents": {
      "denomination": {
        "resourceId": "6c7c1703-e85f-446c-bc74-55b478cd235b",
        "resourcePath": "results/6c076010-be31-402e-a787-74811b755838/6c7c1703-e85f-446c-bc74-55b478cd235b/17101092.pdf",
        "resourceName": "17101092.pdf"
      }
    }
  }
}

Last updated