Denmark: Supplier's Legal Entity
If the Supplier is represented by a legal entity, you must specify it.
Use the PartyLegalEntity
element to specify the details.
Elements
Element | Description |
---|---|
Invoice/AccountingSupplierParty/PartyLegalEntity/RegistrationName | Specify the name of the legal entity that represents the seller. |
Invoice/AccountingSupplierParty/PartyLegalEntity/CompanyID | Specify the entity's ID. |
Invoice/AccountingSupplierParty/PartyLegalEntity/CompanyID [@schemeID] | Specify 0184 for the @schemeID attribute. |
Restrictions
- You must use
0184
for the@schemeID
attribute.
Example
<ubl:Invoice>
<!-- Code omitted for clarity -->
<cac:AccountingSupplierParty>
<cac:Party>
<!-- Code omitted for clarity -->
<cac:PartyLegalEntity>
<cbc:RegistrationName>SenderRegisteredName A/S</cbc:RegistrationName>
<cbc:CompanyID schemeID="0184">12378456</cbc:CompanyID>
</cac:PartyLegalEntity>
<!-- Code omitted for clarity -->
</cac:Party>
</cac:AccountingSupplierParty>
<!-- Code omitted for clarity -->
</ubl:Invoice>
Updated 2 months ago