AccountingCustomerParty
Use this element to model the a buyer's details.
General information about Buyers is described in the Buyers topic.
Details
Element | Value |
---|---|
Name | AccountingCustomerParty |
ComponentType | ASBIE |
DictionaryEntryName | Invoice.Accounting_CustomerParty.CustomerParty |
Definition | The accounting customer party. |
Cardinality | 0..1 |
ObjectClass | Invoice |
PropertyTermQualifier | Accounting |
PropertyTerm | Customer Party |
AssociatedObjectClass | Customer Party |
RepresentationTerm | Customer Party |
minOccurs | 1 |
maxOccurs | 1 |
Elements
This element contains the Party element where most of the information is included.
Country Specific Configuration Topics
- Italy: Buyer Configuration
- Serbia: Buyer Reference
- Germany: Buyer Information
- Portugal: Buyer Accounting Reference
- Netherlands: Buyer's Legal Entity
- Netherlands: Buyer's Postal Address
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>
Updated about 2 months ago