http://retail3000.net/Retail3000Webservice/WebserviceAccountingComponents
OrganizationInfo Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceAccountingComponents : OrganizationInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceAccountingComponents
Base Type
Extension of Info Complex Type
Diagram
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 OrganizationInfo 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
Used By
NewOrganizationInfoResult Element
organization Element
GetSingleOrganizationResult Element
organization Element
organization Element
organization Element
Source
<xs:complexType name="OrganizationInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:Info">
      <xs:sequence>
        <xs:element minOccurs="1" maxOccurs="1" name="CountryId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="LanguageId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="CurrencyId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="OrganizationNumber" type="xs:short" />
        <xs:element minOccurs="0" maxOccurs="1" name="Name" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="Description" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="IsVatIncluded" type="xs:boolean" />
        <xs:element minOccurs="1" maxOccurs="1" name="PriceDecimals" type="xs:unsignedByte" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceAccountingComponents