http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents
StockAdjustmentsFilter Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents : StockAdjustmentsFilter Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents
Diagram
ModifiedUntilDateTime Element ModifiedSinceDateTime Element BookmarkId Element StoreId Element ProductId Element Sequence StockAdjustmentsFilter Complex Type
Overview
Sequence
ProductId xs:int
StoreId xs:int
BookmarkId xs:int
Used By
NewStockAdjustmentsFilterResult Element
stockAdjustmentsFilter Element
Source
<xs:complexType name="StockAdjustmentsFilter" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="1" maxOccurs="1" name="ProductId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="StoreId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="BookmarkId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="ModifiedSinceDateTime" nillable="true" type="xs:dateTime" />
    <xs:element minOccurs="1" maxOccurs="1" name="ModifiedUntilDateTime" nillable="true" type="xs:dateTime" />
  </xs:sequence>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents