http://retail3000.net/Retail3000Webservice/WebserviceProductComponents
StoreProductDateStockInfo Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceProductComponents : StoreProductDateStockInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceProductComponents
Base Type
Extension of CBOInfo Complex Type
Diagram
LastModifiedDateTime Element CreatedDateTime Element Stock Element Date Element ProductId Element LocationLevel5Id Element StoreId Element Sequence StoreProductDateStockInfo Complex Type
Overview
Sequence
StoreId xs:int
ProductId xs:int
Date xs:dateTime
Stock xs:decimal
CreatedDateTime xs:dateTime
Used By
StoreProductDateStockInfo Element
Source
<xs:complexType name="StoreProductDateStockInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:CBOInfo">
      <xs:sequence>
        <xs:element minOccurs="1" maxOccurs="1" name="StoreId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="LocationLevel5Id" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="ProductId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="Date" type="xs:dateTime" />
        <xs:element minOccurs="1" maxOccurs="1" name="Stock" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="CreatedDateTime" type="xs:dateTime" />
        <xs:element minOccurs="1" maxOccurs="1" name="LastModifiedDateTime" type="xs:dateTime" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceProductComponents