<xs:complexType name="StoreProductLocationsFilter" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element minOccurs="1" maxOccurs="1" name="CompanyId" type="xs:int" />
<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="NoInventoryDays" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="NoOrderPickingDays" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="NoReceivedArticleDays" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="NoStockMovementDays" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="NoStockAdjustmentDays" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="LocationLevel1Id" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="LocationLevel2Id" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="LocationLevel3Id" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="LocationLevel4Id" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="LocationLevel5Id" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="IsIncludeStats" type="xs:boolean" />
<xs:element minOccurs="1" maxOccurs="1" name="StatsStockAdjustmentType" type="tns:StockAdjustmentType" />
</xs:sequence>
</xs:complexType>
|