http://retail3000.net/Retail3000Webservice/WebserviceLogisticsComponents
QuoteRowsFilter Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceLogisticsComponents : QuoteRowsFilter Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceLogisticsComponents
Diagram
IsCancelledOnly Element IsParentRowOnly Element FreeStockAvailableOnly Element RelatedProductsChildProductId Element CustomerId Element VatId Element PromotionId Element QuantityPriceBreakId Element DiscountAgreementClassificationId Element MixedMatchId Element BrandId Element Barcode Element ProductId Element RelatedQuoteRowId Element QuoteId Element StoreId Element Sequence QuoteRowsFilter Complex Type
Overview
Used By
NewQuoteRowsFilterResult Element
filter Element
Source
<xs:complexType name="QuoteRowsFilter" 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="QuoteId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="RelatedQuoteRowId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="ProductId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="Barcode" type="xs:long" />
    <xs:element minOccurs="1" maxOccurs="1" name="BrandId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="MixedMatchId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="DiscountAgreementClassificationId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="QuantityPriceBreakId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="PromotionId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="VatId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="CustomerId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="RelatedProductsChildProductId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="FreeStockAvailableOnly" type="tns:BooleanFilter" />
    <xs:element minOccurs="1" maxOccurs="1" name="IsParentRowOnly" type="tns:BooleanFilter" />
    <xs:element minOccurs="1" maxOccurs="1" name="IsCancelledOnly" type="tns:BooleanFilter" />
  </xs:sequence>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceLogisticsComponents