AccountingCustomerParty

Use this element to model the a buyer's details.

General information about Buyers is described in the Buyers topic.

Details

DetailValue
NameAccountingCustomerParty
PathInvoice/AccountingCustomerParty
DefinitionThe accounting customer party.
Cardinality0..1

Elements

This element contains the Party element where most of the information is included.

Country Specific Configuration Topics

Example

<cac:AccountingCustomerParty>
  		<cac:Party>
  			<cbc:EndpointID schemeID="0088">9876543210128</cbc:EndpointID>
  			<cac:PartyIdentification>
  				<cbc:ID schemeID="0088">9876543210128</cbc:ID>
  			</cac:PartyIdentification>
  			<cac:PartyName>
  				<cbc:Name>[Buyer name]</cbc:Name>
  			</cac:PartyName>
  			<cac:PostalAddress>
  				<cbc:StreetName>[Buyer address line 1]</cbc:StreetName>
  				<cbc:AdditionalStreetName>[Buyer address line 2]</cbc:AdditionalStreetName>
  				<cbc:CityName>[Buyer city]</cbc:CityName>
  				<cbc:PostalZone>98765</cbc:PostalZone>
  				<cbc:CountrySubentity>Bayern</cbc:CountrySubentity>
  				<cac:AddressLine>
  					<cbc:Line>[Buyer address line 3]</cbc:Line>
  				</cac:AddressLine>
  				<cac:Country>
  					<cbc:IdentificationCode>DE</cbc:IdentificationCode>
  				</cac:Country>
  			</cac:PostalAddress>
  			<cac:PartyTaxScheme>
  				<cbc:CompanyID>DE12345ABC</cbc:CompanyID>
  				<cac:TaxScheme>
  					<cbc:ID>VAT</cbc:ID>
  				</cac:TaxScheme>
  			</cac:PartyTaxScheme>
  			<cac:PartyLegalEntity>
  				<cbc:RegistrationName>[Buyer trading name]</cbc:RegistrationName>
  				<cbc:CompanyID schemeID="0204">90000000-03083-72</cbc:CompanyID>
  			</cac:PartyLegalEntity>
  			<cac:Contact>
  				<cbc:Name>Tina Tester</cbc:Name>
  				<cbc:Telephone>0800 123456</cbc:Telephone>
  				<cbc:ElectronicMail>[email protected]</cbc:ElectronicMail>
  			</cac:Contact>
  		</cac:Party>
  	</cac:AccountingCustomerParty>