Buyers
Read about how to model Buyers.
You use the AccountingCustomerParty element to model the Buyer's information. This element contains the Party element that you can use to specify information such as:
- Name and address of the Buyer.
- Tax Scheme ID
- The Party's legal entity, if any.
The Party fields are:
Element | Description |
---|---|
Party/EndpointID | The ID that identifies the endpoint. For example [email protected] |
Party/PartyIdentification/ID | The party's ID. |
Party/PartyName/Name | The name of the party. |
Party/PostalAddress | The party' address. |
Party/PostalAddress/StreetName | The name of the street in the party's address. |
Party/PostalAddress/AdditionalStreetName | Any additional street names in the party's address. |
Party/PostalAddress/CityName | The name of the city in the party's address. |
Party/PostalAddress/PostalZone | The postal zone, if any, in the party's address. |
Party/PostalAddress/CountrySubentityCode | The country subdivision code, usually representing a State or Province. |
Party/PostalAddress/Country/IdentificationCode | The ISO code for the country where the party's address is. |
Party/PartyTaxScheme/CompanyID | The ID of the company who participates in the party's tax scheme. |
Party/PartyTaxScheme/TaxScheme/ID | The Tax Scheme's ID. |
Party/PartyLegalEntity/RegistrationName | The party's name as it appears on the registration. |
PartyLegalEntity/CompanyID | The Legal Entity's Company ID. |
PartyLegalEntity/CompanyLegalForm | The legal form. |
Party/Contact/Name | The contact's name. |
Party/Contact/Telephone | The contact's phone number. |
Party/Contact/ElectronicMail | The contact's email address. |
Buyer References
You may want to make a reference to a Buyer. You can use the Invoice/BuyerReference
element to do so. For example:
<ubl:Invoice>
<!-- Code omitted for clarity -->
<cbc:BuyerReference>99000000-18188-18</cbc:BuyerReference>
<!-- Code omitted for clarity -->
</ubl:Invoice>
This example is from the Germany: German Buyer Reference (Leitweg-ID) topic.
Country Specific Configurations
Country specific configurations are explained in the following topics:
Updated about 2 months ago