http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents
StockMovementsFilter Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents : StockMovementsFilter Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents
Diagram
MovementDateTime Element ToLocationLevel5Id Element FromLocationLevel5Id Element ProductId Element StoreId Element Sequence StockMovementsFilter Complex Type
Overview
Sequence
Used By
NewStockMovementsFilterResult Element
filter Element
Source
<xs:complexType name="StockMovementsFilter" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="1" maxOccurs="1" name="StoreId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="ProductId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="FromLocationLevel5Id" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="ToLocationLevel5Id" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="MovementDateTime" type="xs:dateTime" />
  </xs:sequence>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents