http://retail3000.net/Retail3000Webservice/WebserviceAccountingComponents
ViewOrganizationInfo Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceAccountingComponents : ViewOrganizationInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceAccountingComponents
Base Type
Extension of OrganizationInfo Complex Type
Diagram
CurrencyDescription Element CurrencyCode Element LanguageDescription Element LanguageCode Element CountryDescription Element IsoCountryCode Element PriceDecimals Element IsVatIncluded Element Description Element Name Element OrganizationNumber Element CurrencyId Element LanguageId Element CountryId Element LastModifiedDateTime Element LastModifiedByUserId Element CreatedDateTime Element CreatedByUserId Element ItemId Element Sequence ViewOrganizationInfo Complex Type
Overview
Sequence
ItemId xs:int
CreatedDateTime xs:dateTime
CountryId xs:int
LanguageId xs:int
CurrencyId xs:int
Name optional xs:string
Description optional xs:string
IsVatIncluded xs:boolean
PriceDecimals xs:unsignedByte
IsoCountryCode optional xs:string
CountryDescription optional xs:string
LanguageCode optional xs:string
LanguageDescription optional xs:string
CurrencyCode optional xs:string
CurrencyDescription optional xs:string
Used By
ViewOrganizationInfo Element
Source
<xs:complexType name="ViewOrganizationInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:OrganizationInfo">
      <xs:sequence>
        <xs:element minOccurs="0" maxOccurs="1" name="IsoCountryCode" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="CountryDescription" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="LanguageCode" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="LanguageDescription" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="CurrencyCode" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="CurrencyDescription" type="xs:string" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceAccountingComponents