Denmark OL: Supplier's Legal Registration ID
You must include the CVR number in Danish OL Documents.
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 AccountingSupplierParty element:
Name (Path) | Cardinality | Description |
---|---|---|
Supplier's Legal Registration | ||
Supplier's Legal Registration Identifier (Invoice/AccountingSupplierParty/Party/PartyLegalEntity/CompanyID ) | 1..1 | Specify the CVR number. |
Example
<ubl:Invoice>
<!-- Code omitted for clarity -->
<cac:AccountingSupplierParty>
<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:AccountingSupplierParty>
<!-- Code omitted for clarity -->
</ubl:Invoice>
Updated 2 days ago