AccountingSupplierParty

Use this element to model the supplier's information in an invoice or credit note.

General information about the Supplier is described in the Suppliers topic.

Details

DetailValue
NameAccountingSupplierParty
PathInvoice/AccountingSupplierParty
DefinitionThe accounting supplier party.
Cardinality1

Elements

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

Country Specific Configurations

Example

<cac:AccountingSupplierParty>
  		<cac:Party>
  			<cbc:EndpointID schemeID="0088">1234567890128</cbc:EndpointID>
  			<cac:PartyIdentification>
  				<cbc:ID schemeID="0088">987654321</cbc:ID>
  			</cac:PartyIdentification>
  			<cac:PartyName>
  				<cbc:Name>[Seller trading name]</cbc:Name>
  			</cac:PartyName>
  			<cac:PostalAddress>
  				<cbc:StreetName>[Seller address line 1]</cbc:StreetName>
  				<cbc:AdditionalStreetName>[Seller address line 2]</cbc:AdditionalStreetName>
  				<cbc:CityName>[Seller city]</cbc:CityName>
  				<cbc:PostalZone>12345</cbc:PostalZone>
  				<cbc:CountrySubentity>Bayern</cbc:CountrySubentity>
  				<cac:AddressLine>
  					<cbc:Line>[Seller address line 3]</cbc:Line>
  				</cac:AddressLine>
  				<cac:Country>
  					<cbc:IdentificationCode>DE</cbc:IdentificationCode>
  				</cac:Country>
  			</cac:PostalAddress>
  			<cac:PartyTaxScheme>
  				<cbc:CompanyID>DE123456789</cbc:CompanyID>
  				<cac:TaxScheme>
  					<cbc:ID>VAT</cbc:ID>
  				</cac:TaxScheme>
  			</cac:PartyTaxScheme>
  			<cac:PartyTaxScheme>
  				<cbc:CompanyID>123/456/789</cbc:CompanyID>
  				<cac:TaxScheme>
  					<cbc:ID>FC</cbc:ID>
  				</cac:TaxScheme>
  			</cac:PartyTaxScheme>
  			<cac:PartyLegalEntity>
  				<cbc:RegistrationName>[Seller name]</cbc:RegistrationName>
  				<cbc:CompanyID schemeID="0088">123456789</cbc:CompanyID>
  				<cbc:CompanyLegalForm>Amtsgericht […], Geschäftsführer: […], Sitz der Gesellschaft […], Aufsichtsratvorsitzender: […]</cbc:CompanyLegalForm>
  			</cac:PartyLegalEntity>
  			<cac:Contact>
  				<cbc:Name>Tim Tester</cbc:Name>
  				<cbc:Telephone>012 3456789</cbc:Telephone>
  				<cbc:ElectronicMail>[email protected]</cbc:ElectronicMail>
  			</cac:Contact>
  		</cac:Party>
  	</cac:AccountingSupplierParty>