Denmark OL: Buyer's ID
You must add a Buyer ID to your Danish Documents.
The Buyer ID is a unique party identification in the shape of either a P number, CPR number, DUNS number, GLN number, or another form of unique identification used by the NemKonto register for identifying companies and individuals.
In Denmark, the Buyer's ID is a unique number that can be one of the following:
- P number
- CPR number
- DUNS number
- GLN number
These are some of the IDs that can be used with the NemKonto register. This register is used to identify companies and individuals in Denmark.
Elements
Use the following sub-elements of the AccountingCustomerParty element to model this information:
Name (Path) | Cardinality | Description |
---|---|---|
Supplier Group (Invoice/AccountingCustomerParty ) | 1..1 | Groups information about the Buyer. |
Buyer's Identifier | ||
Party Identification Group (Invoice/AccountingCustomerParty/Party/PartyIdentification ) | 0..n | A group to provide identifiers for the Buyer. |
Supplier Identifier (Invoice/AccountingCustomerParty/Party/PartyIdentification/ID ) | 1..1 | TheBuyer's ID. |
Scheme Identifier (Invoice/AccountingCustomerParty/Party/PartyIdentification/ID @schemeID ) | 1..0 | The scheme to which the Buyer's ID belongs. |
Restrictions
- You must use one of the following values for the Scheme Identifier (
Invoice/AccountingCustomerParty/Party/PartyIdentification/ID @schemeID
) element. We recommend that where possible you use the ISO 6523 value:
Note
The duplicated DK in the VRBL values, like
VRBL:DK:DK:CPR
are deliberate. The first one indicates the VRBL scope is Danish and the second indicates that the ID is Danish.
ISO 6523 Value | VRBL Value | Description |
---|---|---|
0060 | VRBL:DK:DUNS | Dun & Bradstreet number |
0088 | VRBL:DK:GLN | GLN number |
9918 | VRBL:DK:IBAN | International bank account number |
0037 | VRBL:DK:ISO_6523 | ISO 6523 (OVT-number) |
Not applicable | VRBL:DK:ZZZ | Mutually defined |
0237 | VRBL:DK:DK:CPR | Danish CPR number |
0184 | VRBL:DK:DK:CVR | Danish CVR number |
0096 | VRBL:DK:DK:P | Danish P number |
9904 | VRBL:DK:DK:SE | Danish SE number |
Not applicable | VRBL:DK:DK:TELEFON | Danish telephone number |
0212 | VRBL:DK:FI:ORGNR | Finnish ORG number |
0196 | VRBL:DK:IS:KT | Icelandic KT number |
Not applicable | VRBL:DK:IS:VSKNR | Icelandic VSK number |
Not applicable | VRBL:DK:NO:EFO | Norwegian EFO number |
0232 | VRBL:DK:NO:NOBB | Norwegian NOBB number |
Not applicable | VRBL:DK:NO:NODI | Norwegian NODI number |
0192 | VRBL:DK:NO:ORGNR | Norwegian ORG number |
9909 | VRBL:DK:NO:VAT | Norwegian VAT number |
0007 | VRBL:DK:SE:ORGNR | Swedish ORG number |
9915 | VRBL:DK:SE:VAT | Swedish VAT number |
- The Danish CVR number is specified in the Buyer Legal Registration Identifier (
Party/PartyLegalEntity/CompanyID
) element. - The Danish SE Number is specified in the Buyer Tax Scheme Identifier (
Party/PartyTaxScheme/CompanyID
) in the element.
Example
<ubl:Invoice>
<!-- Code omitted for clarity -->
<cac:AccountingCustomerParty>
<cac:Party>
<!-- Code omitted for clarity -->
<cac:PartyIdentification>
<cbc:ID schemeID="VRBL:DK:ZZZ">0123456789012</cbc:ID>
</cac:PartyIdentification>
<!-- Code omitted for clarity -->
</cac:Party>
</cac:AccountingCustomerParty>
<!-- Code omitted for clarity -->
</ubl:Invoice>
Updated 1 day ago