Denmark OL: Buyer's Legal Registration ID

You must include the Buyer's legal registration ID.

The Central Business Register (CVR) is the official database of Danish businesses. The CVR number represents a business.

Element

Use the following sub-element of the AccountingCustomerParty element:

Name (Path)CardinalityDescription
Buyer's Legal Registration
Buyer's Legal Registration Identifier (Invoice/AccountingCustomerParty/Party/PartyLegalEntity/CompanyID)1..1Specify the CVR number.

Example

<ubl:Invoice>
    <!-- Code omitted for clarity -->
       <cac:AccountingCustomerParty>
            <cac:Party>
                <!-- Code omitted for clarity -->
                <cac:PartyLegalEntity>
                    <!-- Code omitted for clarity -->
                    <cbc:CompanyID>DK12345678</cbc:CompanyID>
                </cac:PartyLegalEntity>
                <!-- Code omitted for clarity -->
            </cac:Party>
       </cac:AccountingCustomerParty>
       <!-- Code omitted for clarity -->
</ubl:Invoice>