http://retail3000.net/Retail3000Webservice/WebserviceProductComponents
ViewStoreTypeProductInfo Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceProductComponents : ViewStoreTypeProductInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceProductComponents
Base Type
Extension of StoreTypeProductInfo Complex Type
Diagram
GrossProfitPercentage Element GrossProfitPrice Element ProductDescription Element ProductNumber Element StoreTypeDescription Element AdvicePrice Element GrossPrice Element ProductId Element StoreTypeId Element OrganizationId Element CompanyId Element LastModifiedDateTime Element LastModifiedByUserId Element CreatedDateTime Element CreatedByUserId Element ItemId Element Sequence ViewStoreTypeProductInfo Complex Type
Overview
Sequence
ItemId xs:int
CreatedDateTime xs:dateTime
CompanyId xs:int
ProductId xs:int
GrossPrice xs:decimal
AdvicePrice xs:decimal
StoreTypeDescription optional xs:string
ProductDescription optional xs:string
GrossProfitPrice xs:decimal
Used By
ViewStoreTypeProductInfo Element
Source
<xs:complexType name="ViewStoreTypeProductInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:StoreTypeProductInfo">
      <xs:sequence>
        <xs:element minOccurs="0" maxOccurs="1" name="StoreTypeDescription" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="ProductNumber" type="xs:long" />
        <xs:element minOccurs="0" maxOccurs="1" name="ProductDescription" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="GrossProfitPrice" nillable="true" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="GrossProfitPercentage" nillable="true" type="xs:decimal" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceProductComponents