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