# Get Company

### Input

<table><thead><tr><th width="181">Attribute</th><th width="190">Type</th><th>Description</th><th>Required</th></tr></thead><tbody><tr><td>cvrNumber</td><td>String</td><td>CVR number of the searched company</td><td>Only of these is requred.</td></tr><tr><td>pNumber</td><td>String</td><td>Branch identifier from the Danish company register for linking physical sites to an organization</td><td>Only of these is requred.</td></tr></tbody></table>

### Input Example

```
{
    "cvrNumber": "12345"
}
```

### Output

### Company

| Attribute                                     | Type           | Description                             |
| --------------------------------------------- | -------------- | --------------------------------------- |
| [annualEmployment](#annualemployment)         | Array\<Object> | List of Annual Employment details       |
| [attributes](#attribute)                      | Array\<Object> | List of Attributes                      |
| [addresses](#address)                         | Array\<Object> | List of Address details                 |
| [secondaryGenre1](#genre)                     | Array\<Object> | List of Secondary Genre 1 details       |
| [secondaryGenre2](#genre)                     | Array\<Object> | List of Secondary Genre 2 details       |
| [secondaryGenre3](#genre)                     | Array\<Object> | List of Secondary Genre 3 details       |
| [secondaryNames](#secondary-names)            | Array\<Object> | List of Secondary Names                 |
| cvrNumber                                     | Integer        | CVR Number                              |
| dataAccess                                    | Integer        | Data Access                             |
| [participantRelations](#participantrelations) | Array\<Object> | List of Participant Relations           |
| [electronicPosts](#electronic-post)           | Array\<Object> | List of Electronic Posts                |
| unitNumber                                    | Integer        | Unit Number                             |
| unitType                                      | String         | Unit Type                               |
| errorRegistered                               | Boolean        | Error Registered                        |
| errorDescription                              | String         | Error description                       |
| errorDuringReading                            | Boolean        | Error During Reading                    |
| [mergers](#mergers)                           | Array\<Object> | List of Mergers                         |
| [homepage](#contact-info)                     | Array\<Object> | List of Homepages                       |
| [mainIndustry](#industry)                     | Array\<Object> | List of Main Industry details           |
| [quarterlyEmployment](#quarterlyemployment)   | Array\<Object> | List of Quarterly Employment details    |
| [names](#secondary-names)                     | Array\<Object> | List of Names                           |
| [mandatoryEmail](#contact-info)               | Array\<Object> | List of Mandatory Emails                |
| [productionUnits](#productionunit)            | Array\<Object> | List of Production Units                |
| [postalAddresses](#address)                   | Array\<Object> | List of Postal Addresses                |
| [regNumbers](#registrationnumber)             | Array\<Object> | List of Registration Numbers            |
| adProtected                                   | Boolean        | AD Protected                            |
| recordId                                      | Integer        | Record ID                               |
| [secondaryFaxNumbers](#contact-info)          | Array\<Object> | List of Secondary Fax Numbers           |
| [secondaryPhoneNumbers](#contact-info)        | Array\<Object> | List of Secondary Phone Numbers         |
| lastLoaded                                    | String         | Last Loaded Timestamp                   |
| lastUpdated                                   | String         | Last Updated Timestamp                  |
| [splits](#split)                              | Array\<Object> | List of Splits                          |
| [statuses](#status)                           | Array\<Object> | List of Statuses                        |
| [faxNumbers](#contact-info)                   | Array\<Object> | List of Fax Numbers                     |
| [phoneNumbers](#contact-info)                 | Array\<Object> | List of Phone Numbers                   |
| effectActor                                   | String         | Effect Actor                            |
| [companyMetadata](#companymetadata)           | Object         | Metadata of the Company (Custom Object) |
| companyStatuses                               | Array\<Object> | List of Company Statuses                |

### Attribute

| Attribute        | Type           | Description       |
| ---------------- | -------------- | ----------------- |
| sequenceNumber   | Integer        | Sequence Number   |
| type             | String         | Type of Attribute |
| [values](#value) | Array\<Object> | List of Values    |
| valueType        | String         | Type of the value |

### Value

| Attribute         | Type   | Description                     |
| ----------------- | ------ | ------------------------------- |
| value             | String | Value                           |
| [period](#period) | Object | Validity Period (Custom Object) |
| lastUpdated       | String | Last Updated Timestamp          |

### RegistrationNumber

| Attribute         | Type   | Description                     |
| ----------------- | ------ | ------------------------------- |
| regNumber         | String | Registration number             |
| [period](#period) | Object | Validity Period (Custom Object) |
| lastUpdated       | String | Last Updated Timestamp          |

### AnnualEmployment

| Attribute                     | Type    | Description                           |
| ----------------------------- | ------- | ------------------------------------- |
| year                          | Integer | Year of Employment                    |
| annualWorkUnits               | Integer | Annual Work Units                     |
| numberOfEmployees             | Integer | Number of Employees                   |
| annualWorkUnitsIntervalCode   | String  | Interval Code for Annual Work Units   |
| numberOfEmployeesIntervalCode | String  | Interval Code for Number of Employees |
| lastUpdated                   | String  | Last Updated Timestamp                |

### Address

| Attribute                     | Type    | Description                  |
| ----------------------------- | ------- | ---------------------------- |
| addressId                     | String  | Address ID                   |
| houseNumberFrom               | Integer | House Number From            |
| [municipality](#municipality) | Object  | Municipality (Custom Object) |
| countryCode                   | String  | Country Code                 |
| [period](#period)             | Object  | Period (Custom Object)       |
| postalDistrict                | String  | Postal District              |
| postalCode                    | Integer | Postal Code                  |
| lastUpdated                   | String  | Last Updated Timestamp       |
| lastValidated                 | String  | Last Validated Timestamp     |
| roadCode                      | Integer | Road Code                    |
| roadName                      | String  | Road Name                    |

### Names

| Attribute         | Type   | Description                     |
| ----------------- | ------ | ------------------------------- |
| name              | String | Name                            |
| [period](#period) | Object | Validity Period (Custom Object) |
| lastUpdated       | String | Last Updated Timestamp          |

### Municipality

| Attribute         | Type    | Description                     |
| ----------------- | ------- | ------------------------------- |
| municipalityCode  | Integer | Municipality Code               |
| municipalityName  | String  | Municipality Name               |
| [period](#period) | Object  | Validity Period (Custom Object) |
| lastUpdated       | String  | Last Updated Timestamp          |

### Genre

| Attribute         | Type   | Description                     |
| ----------------- | ------ | ------------------------------- |
| industryCode      | String | Industry Code                   |
| industryText      | String | Industry Text                   |
| [period](#period) | Object | Validity Period (Custom Object) |
| lastUpdated       | String | Last Updated Timestamp          |

### Industry

| Attribute         | Type   | Description                     |
| ----------------- | ------ | ------------------------------- |
| industryCode      | String | Industry Code                   |
| industryText      | String | Industry Text                   |
| [period](#period) | Object | Validity Period (Custom Object) |
| lastUpdated       | String | Last Updated Timestamp          |

### Contact Info

| Attribute         | Type    | Description                       |
| ----------------- | ------- | --------------------------------- |
| secret            | Boolean | Is publicly available information |
| contactInfo       | String  | Contact information               |
| [period](#period) | Object  | Validity Period (Custom Object)   |
| lastUpdated       | String  | Last Updated Timestamp            |

### CompanyMetadata

| Attribute                                              | Type           | Description                          |
| ------------------------------------------------------ | -------------- | ------------------------------------ |
| numberOfProductionUnits                                | Integer        | Number of Production Units           |
| [latestAnnualEmployment](#annualemployment)            | Object         | Latest Annual Employment             |
| [latestAddress](#address)                              | Object         | Latest Address                       |
| [latestSecondaryGenre1](#genre)                        | Object         | Latest Secondary Genre 1             |
| [latestSecondaryGenre2](#genre)                        | Object         | Latest Secondary Genre 2             |
| [latestSecondaryNames](#names)                         | Array\<Object> | Latest Secondary Names               |
| [latestMonthlyEmployment](#annualemployment)           | Object         | Latest Monthly Employment            |
| [latestMainIndustry](#industry)                        | Object         | Latest Main Industry                 |
| latestContactInfo                                      | Array\<String> | Latest Contact Information           |
| [latestQuarterlyEmployment](#annualemployment)         | Object         | Latest Quarterly Employment          |
| [latestMonthlyEmploymentDeprecated](#annualemployment) | Object         | Deprecated Latest Monthly Employment |
| [latestName](#names)                                   | Object         | Latest Name                          |
| [latestCompanyForm](#company-form)                     | Object         | Latest Company Form                  |

### Period

| Attribute  | Type   | Description      |
| ---------- | ------ | ---------------- |
| validFrom  | String | Valid From Date  |
| validUntil | String | Valid Until Date |

### ParticipantRelations

| Attribute                      | Type           | Description                         |
| ------------------------------ | -------------- | ----------------------------------- |
| [participant](#participant)    | Object         | Participant details (Custom Object) |
| [offices](#office)             | Array\<Object> | List of Offices                     |
| [organizations](#organization) | Array\<Object> | List of Organizations               |

### Participant

| Attribute                   | Type           | Description                   |
| --------------------------- | -------------- | ----------------------------- |
| addressSecret               | Boolean        | Is secret information         |
| addressSecretException      | Boolean        |                               |
| addressUpdateStopped        | Boolean        |                               |
| [addresses](#address)       | Array\<Object> | List of participant addresses |
| unitNumber                  | Long           | Unit Number                   |
| unitType                    | String         | Unit Type                     |
| businessKey                 | Long           | Business Key                  |
| [names](#names)             | Array\<Object> | List of Name details          |
| [postalAddresses](#address) | Array\<Object> | List of Postal Addresses      |
| lastLoaded                  | String         | Last Loaded Timestamp         |
| lastUpdated                 | String         | Last Updated Timestamp        |

### Office

| Attribute                   | Type           | Description               |
| --------------------------- | -------------- | ------------------------- |
| [attributes](#attribute)    | Array\<Object> | List of office attributes |
| [participant](#participant) | Object         | Unit Number               |

### Organization

| Attribute                   | Type           | Description                |
| --------------------------- | -------------- | -------------------------- |
| [attributes](#attribute)    | Array\<Object> | List of Attributes         |
| organizationUnitNumber      | Long           | Organization Unit Number   |
| mainType                    | String         | Main Type                  |
| [memberData](#memberdata)   | Array\<Object> | List of Member Data        |
| [organizationNames](#names) | Array\<Object> | List of Organization Names |

### Split

| Attribute                   | Type           | Description                    |
| --------------------------- | -------------- | ------------------------------ |
| organizationUnitNumber      | Long           | Organization Unit Number       |
| [incoming](#attribute)      | Array\<Object> | List of Incoming split details |
| [outgoing](#attribute)      | Array\<Object> | List of outgoing split details |
| [organizationNames](#names) | Array\<Object> | List of Organization Names     |

### MemberData

| Attribute                | Type           | Description        |
| ------------------------ | -------------- | ------------------ |
| [attributes](#attribute) | Array\<Object> | List of Attributes |

### Mergers

<table><thead><tr><th>Attribute</th><th width="235">Type</th><th>Description</th></tr></thead><tbody><tr><td>organizationUnitNumber</td><td>Long</td><td>Organization Unit Number</td></tr><tr><td><a href="#attribute">incoming</a></td><td>Array&#x3C;Object></td><td>List of Incoming Merging Details</td></tr><tr><td><a href="#names">organizationNames</a></td><td>Array&#x3C;Object></td><td>List of Organization Names</td></tr><tr><td><a href="#attribute">outgoing</a></td><td>Array&#x3C;Object></td><td>List of Outgoing Merging Details</td></tr></tbody></table>

### Company Form

| Attribute               | Type    | Description                     |
| ----------------------- | ------- | ------------------------------- |
| responsibleDataSupplier | String  | Responsible Data Supplier       |
| shortDescription        | String  | Short Description               |
| longDescription         | String  | Long Description                |
| [period](#period)       | Object  | Validity Period (Custom Object) |
| lastUpdated             | String  | Last Updated Timestamp          |
| companyFormCode         | Integer | Company Form Code               |

### ProductionUnit

| Attribute         | Type    | Description                     |
| ----------------- | ------- | ------------------------------- |
| pNumber           | Integer | P-Number of the production unit |
| [period](#period) | Object  | Validity Period (Custom Object) |
| lastUpdated       | String  | Last Updated Timestamp          |

### QuarterlyEmployment

<table><thead><tr><th width="331">Attribute</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td>year</td><td>Integer</td><td>Year of Employment</td></tr><tr><td>annualWorkUnits</td><td>Integer</td><td>Annual Work Units</td></tr><tr><td>numberOfEmployees</td><td>Integer</td><td>Number of Employees</td></tr><tr><td>annualWorkUnitsIntervalCode</td><td>String</td><td>Interval Code for Annual Work Units</td></tr><tr><td>numberOfEmployeesIntervalCode</td><td>String</td><td>Interval Code for Number of Employees</td></tr><tr><td>month</td><td>Integer</td><td>Month</td></tr><tr><td>lastUpdated</td><td>String</td><td>Last Updated Timestamp</td></tr></tbody></table>

### Status

| Attribute             | Type    | Description                     |
| --------------------- | ------- | ------------------------------- |
| creditInformationCode | Integer | Credit Information Code         |
| creditInformationText | String  | Credit Information Text         |
| creditInfoCode        | Integer | Credit Information Code (alias) |
| creditInfoText        | String  | Credit Information Text (alias) |
| [period](#period)     | Object  | Validity Period (Custom Object) |
| lastUpdated           | String  | Last Updated Timestamp          |
| statusCode            | Integer | Status Code                     |
| statusText            | String  | Status Text                     |

### Output Example

```
{
    "annualEmployment": [],
    "attributes": [
        {
            "sequenceNumber": 0,
            "type": "EJERREGISTRERING_UNDER_5_PROCENT",
            "values": [
                {
                    "value": "false",
                    "period": {
                        "validFrom": "2023-10-13"
                    },
                    "lastUpdated": "2023-10-13T15:43:25.000+02:00"
                }
            ],
            "valueType": "boolean"
        },
        {
            "sequenceNumber": 0,
            "type": "FORMÅL",
            "values": [
                {
                    "value": "Selskabets formål er at drive virksomhed indenfor produktion og salg af mad- og drikkevarer samt hermed forbunden virksomhed.",
                    "period": {
                        "validFrom": "2023-10-13"
                    },
                    "lastUpdated": "2023-10-13T15:43:25.000+02:00"
                }
            ],
            "valueType": "string"
        },
        {
            "sequenceNumber": 0,
            "type": "FØRSTE_REGNSKABSPERIODE_SLUT",
            "values": [
                {
                    "value": "2024-12-31",
                    "period": {
                        "validFrom": "2023-10-13"
                    },
                    "lastUpdated": "2023-10-13T15:43:25.000+02:00"
                }
            ],
            "valueType": "date"
        },
        {
            "sequenceNumber": 0,
            "type": "FØRSTE_REGNSKABSPERIODE_START",
            "values": [
                {
                    "value": "2023-10-13",
                    "period": {
                        "validFrom": "2023-10-13"
                    },
                    "lastUpdated": "2023-10-13T15:43:25.000+02:00"
                }
            ],
            "valueType": "date"
        },
        {
            "sequenceNumber": 0,
            "type": "KAPITAL",
            "values": [
                {
                    "value": "400000.00",
                    "period": {
                        "validFrom": "2023-10-13"
                    },
                    "lastUpdated": "2023-10-13T15:43:25.000+02:00"
                }
            ],
            "valueType": "decimal"
        },
        {
            "sequenceNumber": 0,
            "type": "KAPITALKLASSER",
            "values": [
                {
                    "value": "false",
                    "period": {
                        "validFrom": "2023-10-13"
                    },
                    "lastUpdated": "2023-10-13T15:43:25.000+02:00"
                }
            ],
            "valueType": "boolean"
        },
        {
            "sequenceNumber": 0,
            "type": "KAPITALVALUTA",
            "values": [
                {
                    "value": "DKK",
                    "period": {
                        "validFrom": "2023-10-13"
                    },
                    "lastUpdated": "2023-10-13T15:43:25.000+02:00"
                }
            ],
            "valueType": "string"
        },
        {
            "sequenceNumber": 0,
            "type": "KAPITAL_DELVIST",
            "values": [
                {
                    "value": "false",
                    "period": {
                        "validFrom": "2023-10-13"
                    },
                    "lastUpdated": "2023-10-13T15:43:25.000+02:00"
                }
            ],
            "valueType": "boolean"
        },
        {
            "sequenceNumber": 0,
            "type": "OMFATTET_AF_LOV_OM_HVIDVASK_OG_TERRORFINANSIERING",
            "values": [
                {
                    "value": "IKKE_OMFATTET",
                    "period": {
                        "validFrom": "2023-10-13"
                    },
                    "lastUpdated": "2023-10-13T15:46:11.000+02:00"
                }
            ],
            "valueType": "string"
        },
        {
            "sequenceNumber": 0,
            "type": "PSEUDOCVRNR",
            "values": [
                {
                    "value": "false",
                    "period": {
                        "validFrom": "2023-10-13"
                    },
                    "lastUpdated": "2023-10-13T15:43:25.000+02:00"
                }
            ],
            "valueType": "boolean"
        },
        {
            "sequenceNumber": 0,
            "type": "REGNSKABSÅR_SLUT",
            "values": [
                {
                    "value": "--12-31",
                    "period": {
                        "validFrom": "2023-10-13"
                    },
                    "lastUpdated": "2023-10-13T15:43:25.000+02:00"
                }
            ],
            "valueType": "gMonthDay"
        },
        {
            "sequenceNumber": 0,
            "type": "REGNSKABSÅR_START",
            "values": [
                {
                    "value": "--01-01",
                    "period": {
                        "validFrom": "2023-10-13"
                    },
                    "lastUpdated": "2023-10-13T15:43:25.000+02:00"
                }
            ],
            "valueType": "gMonthDay"
        },
        {
            "sequenceNumber": 0,
            "type": "REVISION_FRAVALGT",
            "values": [
                {
                    "value": "false",
                    "period": {
                        "validFrom": "2023-10-13"
                    },
                    "lastUpdated": "2023-10-13T15:43:25.000+02:00"
                }
            ],
            "valueType": "boolean"
        },
        {
            "sequenceNumber": 0,
            "type": "TEGNINGSREGEL",
            "values": [
                {
                    "value": "Selskabet tegnes af to medlemmer af bestyrelsen i forening eller af et medlem af bestyrelsen i forening med en direktør.",
                    "period": {
                        "validFrom": "2023-10-13"
                    },
                    "lastUpdated": "2023-10-13T15:43:25.000+02:00"
                }
            ],
            "valueType": "string"
        },
        {
            "sequenceNumber": 0,
            "type": "VEDTÆGT_SENESTE",
            "values": [
                {
                    "value": "2023-10-13",
                    "period": {
                        "validFrom": "2023-10-13"
                    },
                    "lastUpdated": "2023-10-13T15:43:25.000+02:00"
                }
            ],
            "valueType": "date"
        }
    ],
    "addresses": [
        {
            "addressId": "0a3f50a0-a5d7-32b8-e044-0003ba298018",
            "careOfName": "Birgir Bieltvedt",
            "houseNumberFrom": 8,
            "municipality": {
                "municipalityCode": 101,
                "municipalityName": "KØBENHAVN",
                "period": {
                    "validFrom": "2007-01-01"
                },
                "lastUpdated": "2006-11-13T00:00:00.000+01:00"
            },
            "countryCode": "DK",
            "period": {
                "validFrom": "2023-10-13"
            },
            "postalDistrict": "København S",
            "postalCode": 2300,
            "lastUpdated": "2023-10-13T15:43:25.000+02:00",
            "lastValidated": "2023-10-13T15:43:53.921+02:00",
            "roadCode": 6464,
            "roadName": "Skipper Clements Allé"
        }
    ],
    "secondaryGenre1": [],
    "secondaryGenre2": [],
    "secondaryGenre3": [],
    "secondaryNames": [],
    "cvrNumber": 44367238,
    "dataAccess": 0,
    "participantRelations": [
        {
            "participant": {
                "addressSecret": false,
                "addressSecretException": false,
                "addressUpdateStopped": false,
                "addresses": [
                    {
                        "houseNumberFrom": 8,
                        "municipality": {
                            "municipalityCode": 101,
                            "municipalityName": "KØBENHAVN",
                            "period": {
                                "validFrom": "2007-01-01"
                            },
                            "lastUpdated": "2006-11-12T23:00:00.000Z"
                        },
                        "countryCode": "DK",
                        "period": {
                            "validFrom": "2007-01-01"
                        },
                        "postalDistrict": "København S",
                        "postalCode": 2300,
                        "lastUpdated": "2023-05-14T01:48:38.000Z",
                        "lastValidated": "2024-05-16T06:39:21.569Z",
                        "roadCode": 6464,
                        "roadName": "Skipper Clements A"
                    }
                ],
                "unitNumber": 4004029368,
                "unitType": "PERSON",
                "names": [
                    {
                        "name": "Birgir Thor Bieltvedt",
                        "period": {}
                    }
                ],
                "postalAddresses": [],
                "lastLoaded": "2024-06-04T06:48:02.907+02:00",
                "lastUpdated": "2023-05-14T03:48:38.000+02:00"
            },
            "offices": [],
            "organizations": [
                {
                    "attributes": [
                        {
                            "sequenceNumber": 0,
                            "type": "FUNKTION",
                            "values": [
                                {
                                    "value": "Direktion",
                                    "period": {
                                        "validFrom": "2023-10-13"
                                    },
                                    "lastUpdated": "2023-10-13T15:43:25.000+02:00"
                                }
                            ],
                            "valueType": "string"
                        }
                    ],
                    "organizationUnitNumber": 4009834686,
                    "mainType": "LEDELSESORGAN",
                    "memberData": [
                        {
                            "attributes": [
                                {
                                    "sequenceNumber": 0,
                                    "type": "FUNKTION",
                                    "values": [
                                        {
                                            "value": "ADM. DIR.",
                                            "period": {
                                                "validFrom": "2023-10-13"
                                            },
                                            "lastUpdated": "2023-10-13T15:43:25.000+02:00"
                                        }
                                    ],
                                    "valueType": "string"
                                }
                            ]
                        }
                    ],
                    "organizationNames": [
                        {
                            "name": "Direktion",
                            "period": {
                                "validFrom": "2023-10-13"
                            },
                            "lastUpdated": "2023-10-13T15:43:25.000+02:00"
                        }
                    ]
                },
                {
                    "attributes": [
                        {
                            "sequenceNumber": 0,
                            "type": "FUNKTION",
                            "values": [
                                {
                                    "value": "Bestyrelse",
                                    "period": {
                                        "validFrom": "2023-10-13"
                                    },
                                    "lastUpdated": "2023-10-13T15:43:25.000+02:00"
                                }
                            ],
                            "valueType": "string"
                        }
                    ],
                    "organizationUnitNumber": 4009834685,
                    "mainType": "LEDELSESORGAN",
                    "memberData": [
                        {
                            "attributes": [
                                {
                                    "sequenceNumber": 0,
                                    "type": "FUNKTION",
                                    "values": [
                                        {
                                            "value": "BESTYRELSESMEDLEM",
                                            "period": {
                                                "validFrom": "2023-10-13"
                                            },
                                            "lastUpdated": "2023-10-13T15:43:25.000+02:00"
                                        }
                                    ],
                                    "valueType": "string"
                                },
                                {
                                    "sequenceNumber": 0,
                                    "type": "VALGFORM",
                                    "values": [
                                        {
                                            "value": "generalforsamling",
                                            "period": {
                                                "validFrom": "2023-10-13"
                                            },
                                            "lastUpdated": "2023-10-13T15:43:25.000+02:00"
                                        }
                                    ],
                                    "valueType": "string"
                                }
                            ]
                        }
                    ],
                    "organizationNames": [
                        {
                            "name": "Bestyrelse",
                            "period": {
                                "validFrom": "2023-10-13"
                            },
                            "lastUpdated": "2023-10-13T15:43:25.000+02:00"
                        }
                    ]
                },
                {
                    "attributes": [
                        {
                            "sequenceNumber": 0,
                            "type": "FUNKTION",
                            "values": [
                                {
                                    "value": "Reelle ejere",
                                    "period": {
                                        "validFrom": "2023-10-13"
                                    },
                                    "lastUpdated": "2023-10-13T15:43:25.000+02:00"
                                }
                            ],
                            "valueType": "string"
                        }
                    ],
                    "organizationUnitNumber": 4009834681,
                    "mainType": "REGISTER",
                    "memberData": [
                        {
                            "attributes": [
                                {
                                    "sequenceNumber": 0,
                                    "type": "EJERANDEL_PROCENT",
                                    "values": [
                                        {
                                            "value": "0.3183",
                                            "period": {
                                                "validFrom": "2023-11-13"
                                            },
                                            "lastUpdated": "2023-11-13T14:34:28.000+01:00"
                                        },
                                        {
                                            "value": "0.336",
                                            "period": {
                                                "validFrom": "2023-10-13",
                                                "validUntil": "2023-11-12"
                                            },
                                            "lastUpdated": "2023-11-13T14:34:28.000+01:00"
                                        }
                                    ],
                                    "valueType": "decimal"
                                },
                                {
                                    "sequenceNumber": 0,
                                    "type": "EJERANDEL_STEMMERET_PROCENT",
                                    "values": [
                                        {
                                            "value": "0.3183",
                                            "period": {
                                                "validFrom": "2023-11-13"
                                            },
                                            "lastUpdated": "2023-11-13T14:34:28.000+01:00"
                                        },
                                        {
                                            "value": "0.336",
                                            "period": {
                                                "validFrom": "2023-10-13",
                                                "validUntil": "2023-11-12"
                                            },
                                            "lastUpdated": "2023-11-13T14:34:28.000+01:00"
                                        }
                                    ],
                                    "valueType": "decimal"
                                },
                                {
                                    "sequenceNumber": 0,
                                    "type": "FUNKTION",
                                    "values": [
                                        {
                                            "value": "Reel ejer",
                                            "period": {
                                                "validFrom": "2023-10-13"
                                            },
                                            "lastUpdated": "2023-10-13T15:43:25.000+02:00"
                                        }
                                    ],
                                    "valueType": "string"
                                },
                                {
                                    "sequenceNumber": 0,
                                    "type": "SÆRLIGE_EJERFORHOLD",
                                    "values": [
                                        {
                                            "value": "Har indirekte besiddelser",
                                            "period": {
                                                "validFrom": "2023-10-13"
                                            },
                                            "lastUpdated": "2023-10-13T15:43:25.000+02:00"
                                        }
                                    ],
                                    "valueType": "string"
                                }
                            ]
                        }
                    ],
                    "organizationNames": [
                        {
                            "name": "Reelle ejere",
                            "period": {
                                "validFrom": "2023-10-13"
                            },
                            "lastUpdated": "2023-10-13T15:43:25.000+02:00"
                        }
                    ]
                }
            ]
        },
        {
            "participant": {
                "addressSecret": false,
                "addressSecretException": false,
                "addressUpdateStopped": false,
                "addresses": [
                    {
                        "houseNumberFrom": 8,
                        "municipality": {
                            "municipalityCode": 101,
                            "municipalityName": "KØBENHAVN",
                            "period": {
                                "validFrom": "2007-01-01"
                            },
                            "lastUpdated": "2006-11-12T23:00:00.000Z"
                        },
                        "countryCode": "DK",
                        "period": {
                            "validFrom": "2007-01-01"
                        },
                        "postalDistrict": "København S",
                        "postalCode": 2300,
                        "lastUpdated": "2023-05-23T07:28:44.000Z",
                        "lastValidated": "2024-05-16T06:39:23.927Z",
                        "roadCode": 6464,
                        "roadName": "Skipper Clements A"
                    }
                ],
                "unitNumber": 4004070231,
                "unitType": "PERSON",
                "names": [
                    {
                        "name": "Eygló Björk Kjartansdóttir",
                        "period": {}
                    }
                ],
                "postalAddresses": [],
                "lastLoaded": "2024-06-04T06:48:02.907+02:00",
                "lastUpdated": "2023-05-23T09:28:44.000+02:00"
            },
            "offices": [],
            "organizations": [
                {
                    "attributes": [
                        {
                            "sequenceNumber": 0,
                            "type": "FUNKTION",
                            "values": [
                                {
                                    "value": "Bestyrelse",
                                    "period": {
                                        "validFrom": "2023-10-13"
                                    },
                                    "lastUpdated": "2023-10-13T15:43:25.000+02:00"
                                }
                            ],
                            "valueType": "string"
                        }
                    ],
                    "organizationUnitNumber": 4009834685,
                    "mainType": "LEDELSESORGAN",
                    "memberData": [
                        {
                            "attributes": [
                                {
                                    "sequenceNumber": 0,
                                    "type": "FUNKTION",
                                    "values": [
                                        {
                                            "value": "FORMAND",
                                            "period": {
                                                "validFrom": "2023-10-13"
                                            },
                                            "lastUpdated": "2023-10-13T15:43:25.000+02:00"
                                        }
                                    ],
                                    "valueType": "string"
                                },
                                {
                                    "sequenceNumber": 0,
                                    "type": "VALGFORM",
                                    "values": [
                                        {
                                            "value": "generalforsamling",
                                            "period": {
                                                "validFrom": "2023-10-13"
                                            },
                                            "lastUpdated": "2023-10-13T15:43:25.000+02:00"
                                        }
                                    ],
                                    "valueType": "string"
                                }
                            ]
                        }
                    ],
                    "organizationNames": [
                        {
                            "name": "Bestyrelse",
                            "period": {
                                "validFrom": "2023-10-13"
                            },
                            "lastUpdated": "2023-10-13T15:43:25.000+02:00"
                        }
                    ]
                },
                {
                    "attributes": [
                        {
                            "sequenceNumber": 0,
                            "type": "FUNKTION",
                            "values": [
                                {
                                    "value": "Reelle ejere",
                                    "period": {
                                        "validFrom": "2023-10-13"
                                    },
                                    "lastUpdated": "2023-10-13T15:43:25.000+02:00"
                                }
                            ],
                            "valueType": "string"
                        }
                    ],
                    "organizationUnitNumber": 4009834681,
                    "mainType": "REGISTER",
                    "memberData": [
                        {
                            "attributes": [
                                {
                                    "sequenceNumber": 0,
                                    "type": "EJERANDEL_PROCENT",
                                    "values": [
                                        {
                                            "value": "0.3183",
                                            "period": {
                                                "validFrom": "2023-11-13"
                                            },
                                            "lastUpdated": "2023-11-13T14:34:28.000+01:00"
                                        },
                                        {
                                            "value": "0.336",
                                            "period": {
                                                "validFrom": "2023-10-13",
                                                "validUntil": "2023-11-12"
                                            },
                                            "lastUpdated": "2023-11-13T14:34:28.000+01:00"
                                        }
                                    ],
                                    "valueType": "decimal"
                                },
                                {
                                    "sequenceNumber": 0,
                                    "type": "EJERANDEL_STEMMERET_PROCENT",
                                    "values": [
                                        {
                                            "value": "0.3183",
                                            "period": {
                                                "validFrom": "2023-11-13"
                                            },
                                            "lastUpdated": "2023-11-13T14:34:28.000+01:00"
                                        },
                                        {
                                            "value": "0.336",
                                            "period": {
                                                "validFrom": "2023-10-13",
                                                "validUntil": "2023-11-12"
                                            },
                                            "lastUpdated": "2023-11-13T14:34:28.000+01:00"
                                        }
                                    ],
                                    "valueType": "decimal"
                                },
                                {
                                    "sequenceNumber": 0,
                                    "type": "FUNKTION",
                                    "values": [
                                        {
                                            "value": "Reel ejer",
                                            "period": {
                                                "validFrom": "2023-10-13"
                                            },
                                            "lastUpdated": "2023-10-13T15:43:25.000+02:00"
                                        }
                                    ],
                                    "valueType": "string"
                                },
                                {
                                    "sequenceNumber": 0,
                                    "type": "SÆRLIGE_EJERFORHOLD",
                                    "values": [
                                        {
                                            "value": "Har indirekte besiddelser",
                                            "period": {
                                                "validFrom": "2023-10-13"
                                            },
                                            "lastUpdated": "2023-10-13T15:43:25.000+02:00"
                                        }
                                    ],
                                    "valueType": "string"
                                }
                            ]
                        }
                    ],
                    "organizationNames": [
                        {
                            "name": "Reelle ejere",
                            "period": {
                                "validFrom": "2023-10-13"
                            },
                            "lastUpdated": "2023-10-13T15:43:25.000+02:00"
                        }
                    ]
                }
            ]
        },
        {
            "participant": {
                "addresses": [
                    {
                        "careOfName": "Gorrissen Federspiel",
                        "houseNumberFrom": 12,
                        "municipality": {
                            "municipalityCode": 101,
                            "municipalityName": "KØBENHAVN",
                            "period": {
                                "validFrom": "2007-01-01"
                            },
                            "lastUpdated": "2006-11-13T00:00:00.000+01:00"
                        },
                        "countryCode": "DK",
                        "period": {
                            "validFrom": "2013-12-11",
                            "validUntil": "2014-03-06"
                        },
                        "postalDistrict": "København V",
                        "postalCode": 1553,
                        "lastUpdated": "2014-03-21T10:13:17.000+01:00",
                        "roadCode": 148,
                        "roadName": "H.C. Andersens Boulevard"
                    },
                    {
                        "houseNumberFrom": 38,
                        "municipality": {
                            "municipalityCode": 101,
                            "municipalityName": "KØBENHAVN",
                            "period": {
                                "validFrom": "2007-01-01"
                            },
                            "lastUpdated": "2006-11-13T00:00:00.000+01:00"
                        },
                        "countryCode": "DK",
                        "period": {
                            "validFrom": "2014-03-07",
                            "validUntil": "2015-07-12"
                        },
                        "postalDistrict": "København Ø",
                        "postalCode": 2100,
                        "lastUpdated": "2015-07-29T09:58:47.000+02:00",
                        "roadCode": 139,
                        "roadName": "Amerika Plads"
                    },
                    {
                        "houseNumberFrom": 28,
                        "municipality": {
                            "municipalityCode": 101,
                            "municipalityName": "KØBENHAVN",
                            "period": {
                                "validFrom": "2007-01-01"
                            },
                            "lastUpdated": "2006-11-13T00:00:00.000+01:00"
                        },
                        "countryCode": "DK",
                        "period": {
                            "validFrom": "2015-07-13"
                        },
                        "postalDistrict": "København Ø",
                        "postalCode": 2100,
                        "lastUpdated": "2015-07-29T09:58:47.000+02:00",
                        "roadCode": 1246,
                        "roadName": "Dampfærgevej"
                    }
                ],
                "unitNumber": 4001991026,
                "unitType": "VIRKSOMHED",
                "businessKey": 25578198,
                "names": [
                    {
                        "name": "GFJURA3 AF 6. DECEMBER 2013 P/S",
                        "period": {
                            "validFrom": "2013-12-11",
                            "validUntil": "2014-01-23"
                        },
                        "lastUpdated": "2014-01-31T10:59:13.000+01:00"
                    },
                    {
                        "name": "KPMG 2014 P/S",
                        "period": {
                            "validFrom": "2014-01-24",
                            "validUntil": "2015-01-06"
                        },
                        "lastUpdated": "2015-01-07T14:20:57.000+01:00"
                    },
                    {
                        "name": "KPMG P/S",
                        "period": {
                            "validFrom": "2015-01-07",
                            "validUntil": "2015-02-09"
                        },
                        "lastUpdated": "2015-02-10T09:48:57.000+01:00"
                    },
                    {
                        "name": "KPMG STATSAUTORISERET REVISIONSPARTNERSELSKAB",
                        "period": {
                            "validFrom": "2015-02-10",
                            "validUntil": "2015-08-24"
                        },
                        "lastUpdated": "2015-08-25T14:17:38.000+02:00"
                    },
                    {
                        "name": "KPMG P/S",
                        "period": {
                            "validFrom": "2015-08-25"
                        },
                        "lastUpdated": "2015-08-25T14:17:38.000+02:00"
                    }
                ],
                "postalAddresses": [],
                "lastLoaded": "2024-06-04T06:48:02.907+02:00",
                "lastUpdated": "2024-06-01T00:00:53.949+02:00"
            },
            "offices": [
                {
                    "attributes": [
                        {
                            "sequenceNumber": 0,
                            "type": "FUNKTION",
                            "values": [
                                {
                                    "value": "KONTORSTED",
                                    "period": {
                                        "validFrom": "2023-10-13"
                                    },
                                    "lastUpdated": "2023-10-13T15:43:25.000+02:00"
                                }
                            ],
                            "valueType": "string"
                        }
                    ],
                    "participant": {
                        "addresses": [
                            {
                                "careOfName": "Gorrissen Federspiel",
                                "houseNumberFrom": 12,
                                "municipality": {
                                    "municipalityCode": 101,
                                    "municipalityName": "KØBENHAVN",
                                    "period": {
                                        "validFrom": "2007-01-01"
                                    },
                                    "lastUpdated": "2006-11-13T00:00:00.000+01:00"
                                },
                                "countryCode": "DK",
                                "period": {
                                    "validFrom": "2013-12-11",
                                    "validUntil": "2014-03-06"
                                },
                                "postalDistrict": "København V",
                                "postalCode": 1553,
                                "lastUpdated": "2014-03-21T10:13:17.000+01:00",
                                "roadCode": 148,
                                "roadName": "H.C. Andersens Boulevard"
                            },
                            {
                                "houseNumberFrom": 38,
                                "municipality": {
                                    "municipalityCode": 101,
                                    "municipalityName": "KØBENHAVN",
                                    "period": {
                                        "validFrom": "2007-01-01"
                                    },
                                    "lastUpdated": "2006-11-13T00:00:00.000+01:00"
                                },
                                "countryCode": "DK",
                                "period": {
                                    "validFrom": "2014-03-07",
                                    "validUntil": "2015-07-12"
                                },
                                "postalDistrict": "København Ø",
                                "postalCode": 2100,
                                "lastUpdated": "2015-07-29T09:58:47.000+02:00",
                                "roadCode": 139,
                                "roadName": "Amerika Plads"
                            },
                            {
                                "houseNumberFrom": 28,
                                "municipality": {
                                    "municipalityCode": 101,
                                    "municipalityName": "KØBENHAVN",
                                    "period": {
                                        "validFrom": "2007-01-01"
                                    },
                                    "lastUpdated": "2006-11-13T00:00:00.000+01:00"
                                },
                                "countryCode": "DK",
                                "period": {
                                    "validFrom": "2015-07-13"
                                },
                                "postalDistrict": "København Ø",
                                "postalCode": 2100,
                                "lastUpdated": "2015-07-29T09:58:47.000+02:00",
                                "roadCode": 1246,
                                "roadName": "Dampfærgevej"
                            }
                        ],
                        "unitNumber": 4003712047,
                        "unitType": "PRODUKTIONSENHED",
                        "businessKey": 1018974173,
                        "names": [
                            {
                                "name": "GFJURA3 AF 6. DECEMBER 2013 P/S",
                                "period": {
                                    "validFrom": "2013-12-11",
                                    "validUntil": "2014-01-23"
                                },
                                "lastUpdated": "2014-01-31T10:59:13.000+01:00"
                            },
                            {
                                "name": "KPMG 2014 P/S",
                                "period": {
                                    "validFrom": "2014-01-24",
                                    "validUntil": "2015-01-06"
                                },
                                "lastUpdated": "2015-01-09T09:49:20.000+01:00"
                            },
                            {
                                "name": "KPMG P/S",
                                "period": {
                                    "validFrom": "2015-01-07"
                                },
                                "lastUpdated": "2015-01-09T09:49:20.000+01:00"
                            }
                        ],
                        "postalAddresses": [],
                        "lastLoaded": "2024-06-04T06:48:02.907+02:00"
                    }
                }
            ],
            "organizations": [
                {
                    "attributes": [
                        {
                            "sequenceNumber": 0,
                            "type": "FUNKTION",
                            "values": [
                                {
                                    "value": "Revision",
                                    "period": {
                                        "validFrom": "2023-10-13"
                                    },
                                    "lastUpdated": "2023-10-13T15:43:25.000+02:00"
                                }
                            ],
                            "valueType": "string"
                        }
                    ],
                    "organizationUnitNumber": 4009834684,
                    "mainType": "REVISION",
                    "memberData": [
                        {
                            "attributes": [
                                {
                                    "sequenceNumber": 0,
                                    "type": "FUNKTION",
                                    "values": [
                                        {
                                            "value": "REVISION",
                                            "period": {
                                                "validFrom": "2023-10-13"
                                            },
                                            "lastUpdated": "2023-10-13T15:43:25.000+02:00"
                                        }
                                    ],
                                    "valueType": "string"
                                }
                            ]
                        }
                    ],
                    "organizationNames": [
                        {
                            "name": "Revision",
                            "period": {
                                "validFrom": "2023-10-13"
                            },
                            "lastUpdated": "2023-10-13T15:43:25.000+02:00"
                        }
                    ]
                }
            ]
        },
        {
            "participant": {
                "addressSecret": false,
                "addressSecretException": false,
                "addressUpdateStopped": false,
                "addresses": [
                    {
                        "freeText": "Hanögatan 9\n211 24 Malmø",
                        "countryCode": "SE",
                        "period": {
                            "validFrom": "2023-10-13"
                        },
                        "lastUpdated": "2023-10-13T13:43:25.000Z"
                    }
                ],
                "unitNumber": 4009834680,
                "unitType": "ANDEN_DELTAGER",
                "businessKey": 4009834680,
                "names": [
                    {
                        "name": "PPS Foods AB",
                        "period": {}
                    }
                ],
                "postalAddresses": [],
                "lastLoaded": "2024-06-04T06:48:02.907+02:00",
                "lastUpdated": "2023-10-13T15:43:25.000+02:00"
            },
            "offices": [],
            "organizations": [
                {
                    "attributes": [
                        {
                            "sequenceNumber": 0,
                            "type": "FUNKTION",
                            "values": [
                                {
                                    "value": "Stiftere",
                                    "period": {
                                        "validFrom": "2023-10-13"
                                    },
                                    "lastUpdated": "2023-10-13T15:43:25.000+02:00"
                                }
                            ],
                            "valueType": "string"
                        }
                    ],
                    "organizationUnitNumber": 4009834683,
                    "mainType": "STIFTERE",
                    "memberData": [
                        {
                            "attributes": [
                                {
                                    "sequenceNumber": 0,
                                    "type": "FUNKTION",
                                    "values": [
                                        {
                                            "value": "STIFTERE",
                                            "period": {
                                                "validFrom": "2023-10-13"
                                            },
                                            "lastUpdated": "2023-10-13T15:43:25.000+02:00"
                                        }
                                    ],
                                    "valueType": "string"
                                }
                            ]
                        }
                    ],
                    "organizationNames": [
                        {
                            "name": "Stiftere",
                            "period": {
                                "validFrom": "2023-10-13"
                            },
                            "lastUpdated": "2023-10-13T15:43:25.000+02:00"
                        }
                    ]
                },
                {
                    "attributes": [
                        {
                            "sequenceNumber": 0,
                            "type": "FUNKTION",
                            "values": [
                                {
                                    "value": "EJERREGISTER",
                                    "period": {
                                        "validFrom": "2023-10-13"
                                    },
                                    "lastUpdated": "2023-10-13T15:43:25.000+02:00"
                                }
                            ],
                            "valueType": "string"
                        }
                    ],
                    "organizationUnitNumber": 4009834682,
                    "mainType": "REGISTER",
                    "memberData": [
                        {
                            "attributes": [
                                {
                                    "sequenceNumber": 0,
                                    "type": "EJERANDEL_PROCENT",
                                    "values": [
                                        {
                                            "value": "1.0",
                                            "period": {
                                                "validFrom": "2023-10-13"
                                            },
                                            "lastUpdated": "2023-10-13T15:43:25.000+02:00"
                                        }
                                    ],
                                    "valueType": "decimal"
                                },
                                {
                                    "sequenceNumber": 0,
                                    "type": "EJERANDEL_STEMMERET_PROCENT",
                                    "values": [
                                        {
                                            "value": "1.0",
                                            "period": {
                                                "validFrom": "2023-10-13"
                                            },
                                            "lastUpdated": "2023-10-13T15:43:25.000+02:00"
                                        }
                                    ],
                                    "valueType": "decimal"
                                }
                            ]
                        }
                    ],
                    "organizationNames": [
                        {
                            "name": "EJERREGISTER",
                            "period": {
                                "validFrom": "2023-10-13"
                            },
                            "lastUpdated": "2023-10-13T15:43:25.000+02:00"
                        }
                    ]
                }
            ]
        },
        {
            "participant": {
                "addressSecret": false,
                "addressSecretException": false,
                "addressUpdateStopped": false,
                "addresses": [
                    {
                        "freeText": "Jónsgeisli 27\n113 Reykjavik",
                        "countryCode": "IS",
                        "period": {
                            "validFrom": "2023-10-13"
                        },
                        "lastUpdated": "2023-10-13T13:43:25.000Z"
                    }
                ],
                "unitNumber": 4009834679,
                "unitType": "ANDEN_DELTAGER",
                "businessKey": 4009834679,
                "names": [
                    {
                        "name": "Magnus Haflidason",
                        "period": {}
                    }
                ],
                "postalAddresses": [],
                "lastLoaded": "2024-06-04T06:48:02.907+02:00",
                "lastUpdated": "2023-10-13T15:43:25.000+02:00"
            },
            "offices": [],
            "organizations": [
                {
                    "attributes": [
                        {
                            "sequenceNumber": 0,
                            "type": "FUNKTION",
                            "values": [
                                {
                                    "value": "Bestyrelse",
                                    "period": {
                                        "validFrom": "2023-10-13"
                                    },
                                    "lastUpdated": "2023-10-13T15:43:25.000+02:00"
                                }
                            ],
                            "valueType": "string"
                        }
                    ],
                    "organizationUnitNumber": 4009834685,
                    "mainType": "LEDELSESORGAN",
                    "memberData": [
                        {
                            "attributes": [
                                {
                                    "sequenceNumber": 0,
                                    "type": "FUNKTION",
                                    "values": [
                                        {
                                            "value": "BESTYRELSESMEDLEM",
                                            "period": {
                                                "validFrom": "2023-10-13"
                                            },
                                            "lastUpdated": "2023-10-13T15:43:25.000+02:00"
                                        }
                                    ],
                                    "valueType": "string"
                                },
                                {
                                    "sequenceNumber": 0,
                                    "type": "VALGFORM",
                                    "values": [
                                        {
                                            "value": "generalforsamling",
                                            "period": {
                                                "validFrom": "2023-10-13"
                                            },
                                            "lastUpdated": "2023-10-13T15:43:25.000+02:00"
                                        }
                                    ],
                                    "valueType": "string"
                                }
                            ]
                        }
                    ],
                    "organizationNames": [
                        {
                            "name": "Bestyrelse",
                            "period": {
                                "validFrom": "2023-10-13"
                            },
                            "lastUpdated": "2023-10-13T15:43:25.000+02:00"
                        }
                    ]
                }
            ]
        }
    ],
    "electronicPosts": [],
    "unitNumber": 4009834687,
    "unitType": "VIRKSOMHED",
    "errorRegistered": false,
    "errorDuringReading": false,
    "mergers": [],
    "homepage": [],
    "mainIndustry": [
        {
            "industryCode": "561010",
            "industryText": "Restauranter",
            "period": {
                "validFrom": "2023-10-13"
            },
            "lastUpdated": "2023-10-13T15:43:25.000+02:00"
        }
    ],
    "quarterlyEmployment": [],
    "lifeCycles": [
        {
            "period": {
                "validFrom": "2023-10-13"
            },
            "lastUpdated": "2023-10-13T15:43:25.000+02:00"
        }
    ],
    "monthlyEmployment": [],
    "names": [
        {
            "name": "Pizza Pizza Denmark A/S",
            "period": {
                "validFrom": "2023-10-13"
            },
            "lastUpdated": "2023-10-13T15:43:25.000+02:00"
        }
    ],
    "mandatoryEmail": [],
    "productionUnits": [
        {
            "period": {
                "validFrom": "2023-10-13"
            },
            "lastUpdated": "2023-10-13T15:43:25.000+02:00"
        },
        {
            "period": {
                "validFrom": "2023-12-01"
            },
            "lastUpdated": "2023-11-20T11:09:21.000+01:00"
        },
        {
            "period": {
                "validFrom": "2024-01-01"
            },
            "lastUpdated": "2023-11-20T11:09:22.000+01:00"
        },
        {
            "period": {
                "validFrom": "2024-02-01"
            },
            "lastUpdated": "2023-11-20T11:09:23.000+01:00"
        }
    ],
    "postalAddresses": [],
    "regNumbers": [],
    "adProtected": true,
    "recordId": 7,
    "secondaryFaxNumbers": [],
    "secondaryPhoneNumbers": [],
    "lastLoaded": "2024-06-04T06:48:02.907+02:00",
    "lastUpdated": "2023-11-20T11:09:23.000+01:00",
    "splits": [],
    "statuses": [],
    "faxNumbers": [],
    "phoneNumbers": [],
    "effectActor": "PO",
    "companyMetadata": {
        "numberOfProductionUnits": 4,
        "latestAddress": {
            "addressId": "0a3f50a0-a5d7-32b8-e044-0003ba298018",
            "careOfName": "Birgir Bieltvedt",
            "houseNumberFrom": 8,
            "municipality": {
                "municipalityCode": 101,
                "municipalityName": "KØBENHAVN",
                "period": {
                    "validFrom": "2007-01-01"
                },
                "lastUpdated": "2006-11-13T00:00:00.000+01:00"
            },
            "countryCode": "DK",
            "period": {
                "validFrom": "2023-10-13"
            },
            "postalDistrict": "København S",
            "postalCode": 2300,
            "lastUpdated": "2023-10-13T15:43:25.000+02:00",
            "lastValidated": "2023-10-13T15:43:53.921+02:00",
            "roadCode": 6464,
            "roadName": "Skipper Clements Allé"
        },
        "latestSecondaryNames": [],
        "latestMonthlyEmployment": {
            "year": 2024,
            "annualWorkUnits": 17,
            "numberOfEmployees": 27,
            "annualWorkUnitsIntervalCode": "ANTAL_10_19",
            "numberOfEmployeesIntervalCode": "ANTAL_20_49",
            "month": 3,
            "lastUpdated": "2024-05-22T06:59:34.000+02:00"
        },
        "latestMainIndustry": {
            "industryCode": "561010",
            "industryText": "Restauranter",
            "period": {
                "validFrom": "2023-10-13"
            },
            "lastUpdated": "2023-10-13T15:43:25.000+02:00"
        },
        "latestContactInfo": [],
        "latestName": {
            "name": "Pizza Pizza Denmark A/S",
            "period": {
                "validFrom": "2023-10-13"
            },
            "lastUpdated": "2023-10-13T15:43:25.000+02:00"
        },
        "latestCompanyForm": {
            "responsibleDataSupplier": "E&S",
            "shortDescription": "A/S",
            "longDescription": "Aktieselskab",
            "period": {
                "validFrom": "2023-10-13"
            },
            "lastUpdated": "2023-10-13T15:43:25.000+02:00",
            "companyFormCode": 60
        }
    },
    "companyStatuses": [
        {
            "period": {
                "validFrom": "2023-10-13"
            },
            "lastUpdated": "2023-10-13T15:43:25.000+02:00",
            "status": "NORMAL"
        }
    ]
}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.transactionlink.io/docs/v1/integrations/cvr-danish-central-business-register/company-profile/get-company.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
