Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 2.53 KB

PartyInformationDto.md

File metadata and controls

29 lines (24 loc) · 2.53 KB

PartyInformationDto

Properties

Name Type Description Notes
Id string Elements GUID identifier.
Name string This party's name. [optional]
Street string This party's street. [optional]
ZipCode string This party's ZipCode. [optional]
City string This party's City. [optional]
Country string This party's Country. [optional]
Identifier string This party's Identifier. [optional]
Remarks string Remarks for this party. [optional]
Email string An email address for this party. [optional]
Phone string A phone number for this party. [optional]
ContactPersonName string The name of a contact person. [optional]
AwardIdentifier string This is an identifier related to this PartyInformation and their internal reference of the tender (or award). This might be used to assign an identifier (German "Vergabenummer") for the current project. This is typically only used in Buyer and Bidder representations and should map to the concept of "Vergabenummer" or "AwardNo" in GAEB. [optional]
IsInEuropeanEconomicArea bool This property indicates if the party is registered within the European Economic Area.
VatId string If this is within the European Economic Area (see IsInEuropeanEconomicArea, then as a business entity it likely has an EU VAT Id. [optional]
Fax string The fax number for this party. [optional]
CountryCode string The two letter ISO country code, e.g. DE for Germany. [optional]
CreditorOrDebtorIdentifier string Depending on which party this class represents, it might have either a 'creditor' or 'debtor' number. This is often used in internal accounting systems. [optional]
GlobalLocationNumber string The Global Location Number (GLN) is issued by GS1 and is intended to be a unique identifier for the physical address of a party, e.g. a business office. [optional]
BankingInformation []BankingInformationDto This list contains information about bank accounts associated with this PartyInformation. It's typically used for buyers and bidders. [optional]

[Back to Model list] [Back to API list] [Back to README]