Denmark OL: Supplier ID
You can add the Supplier's ID to your Danish Documents.
The Supplier Identifier 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 Supplier'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 AccountingSupplierParty element to model this information:
Name (Path) | Cardinality | Description |
---|---|---|
Supplier Group (Invoice/AccountingSupplierParty ) | 1..1 | Groups information about the Supplier. |
Supplier's Identifier | ||
Party Identification Group (Invoice/AccountingSupplierParty/Party/PartyIdentification ) | 0..n | A group to provide identifiers for the Supplier. |
Supplier Identifier (Invoice/AccountingSupplierParty/Party/PartyIdentification/ID ) | 1..1 | The Supplier's ID. |
Scheme Identifier (Invoice/AccountingSupplierParty/Party/PartyIdentification/ID @schemeID ) | 1..0 | The scheme to which the Supplier's ID belongs. |
Restrictions
- You must use one of the following values for the Scheme Identifier (
Invoice/AccountingSupplierParty/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 Supplier Legal Registration Identifier (
Party/PartyLegalEntity/CompanyID
) element. - The Danish SE Number is specified in the Supplier Tax Scheme Identifier (
Party/PartyTaxScheme/CompanyID
) in the element.
Example
<ubl:Invoice>
<!-- Code omitted for clarity -->
<cac:AccountingSupplierParty>
<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:AccountingSupplierParty>
<!-- Code omitted for clarity -->
</ubl:Invoice>
Updated 1 day ago