http://retail3000.net/Retail3000Webservice/WebserviceProductComponents
ViewRelatedProductInfo Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceProductComponents : ViewRelatedProductInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceProductComponents
Base Type
Extension of RelatedProductInfo Complex Type
Diagram
ProductGrossPrice Element RelatedProductDescription Element RelatedProductNumber Element ProductDescription Element ProductNumber Element IsAskPosUser Element Amount Element RelatedProductId Element ProductId Element OrganizationRelatedProductId Element OrganizationId Element CompanyId Element LastModifiedDateTime Element LastModifiedByUserId Element CreatedDateTime Element CreatedByUserId Element ItemId Element Sequence ViewRelatedProductInfo Complex Type
Overview
Sequence
ItemId xs:int
CreatedDateTime xs:dateTime
CompanyId xs:int
ProductId xs:int
Amount xs:decimal
IsAskPosUser xs:boolean
ProductDescription optional xs:string
RelatedProductDescription optional xs:string
Used By
ViewRelatedProductInfo Element
Source
<xs:complexType name="ViewRelatedProductInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:RelatedProductInfo">
      <xs:sequence>
        <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="RelatedProductNumber" type="xs:long" />
        <xs:element minOccurs="0" maxOccurs="1" name="RelatedProductDescription" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="ProductGrossPrice" nillable="true" type="xs:decimal" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceProductComponents