List Companies

List companies based on provided input.

Input

AttributeTypeDescriptionRequired

cvrNumber

String

CVR number of the searched company

Only of these is requred.

name

String

The name of the searched company

Only of these is requred.

Output

AttributeTypeDescription

name

String

The name of the found company

cvrNumber

String

CVR number of the found company

type

String

The type of the found company

Output Example

[
    {
      "name": "CARLSBERG FINANS A/S",
      "cvrNumber": "12867336",
      "type": "Virksomhed"
    },
    {
      "name": "CARLSBERG A/S",
      "cvrNumber": "61056416",
      "type": "Virksomhed"
    },
    {
      "name": "CARLSBERG DANMARK A/S",
      "cvrNumber": "25508386",
      "type": "Virksomhed"
    }
  ]

Last updated