XML
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<cac:AccountingSupplierParty>
<cac:Party>
<cbc:EndpointID schemeID="0184">12345678</cbc:EndpointID>
<cac:PartyIdentification>
<cbc:ID schemeID="0184">12345678</cbc:ID>
</cac:PartyIdentification>
<cac:PartyName>
<cbc:Name>Company A</cbc:Name>
</cac:PartyName>
<cac:PostalAddress>
<cbc:StreetName>Street</cbc:StreetName>
<cbc:CityName>Copenhagen</cbc:CityName>
<cbc:PostalZone>1057</cbc:PostalZone>
<cac:Country>
<cbc:IdentificationCode>DK</cbc:IdentificationCode>
</cac:Country>
</cac:PostalAddress>
<cac:PartyTaxScheme>
<cbc:CompanyID>DK12345678</cbc:CompanyID>
<cac:TaxScheme>
<cbc:ID>VAT</cbc:ID>
</cac:TaxScheme>
</cac:PartyTaxScheme>
<cac:PartyLegalEntity>
<cbc:RegistrationName>Company A</cbc:RegistrationName>
<cbc:CompanyID schemeID="0184">12345678</cbc:CompanyID>
</cac:PartyLegalEntity>
</cac:Party>
</cac:AccountingSupplierParty>