http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents
ReservationRowsFilter Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents : ReservationRowsFilter Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents
Diagram
ModifiedSinceDateTime Element ConversionId Element IsCancelledReservationsOnly Element IsCompleteSpecificationsOnly Element IsDeliveredRowsOnly Element IsNoHeaderOnly Element LocationClassId Element TransportTypeId Element ProductId Element CustomerId Element SaleOrderId Element SaleOrderRowId Element ReceivedProductId Element TaskId Element ReservationId Element ItemId Element StoreId Element Sequence ReservationRowsFilter Complex Type
Overview
Used By
NewReservationRowsFilterResult Element
filter Element
Source
<xs:complexType name="ReservationRowsFilter" 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="ItemId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="ReservationId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="TaskId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="ReceivedProductId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="SaleOrderRowId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="SaleOrderId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="CustomerId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="ProductId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="TransportTypeId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="LocationClassId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="IsNoHeaderOnly" type="tns:BooleanFilter" />
    <xs:element minOccurs="1" maxOccurs="1" name="IsDeliveredRowsOnly" type="tns:BooleanFilter" />
    <xs:element minOccurs="1" maxOccurs="1" name="IsCompleteSpecificationsOnly" type="tns:BooleanFilter" />
    <xs:element minOccurs="1" maxOccurs="1" name="IsCancelledReservationsOnly" type="tns:BooleanFilter" />
    <xs:element minOccurs="1" maxOccurs="1" name="ConversionId" type="xs:long" />
    <xs:element minOccurs="1" maxOccurs="1" name="ModifiedSinceDateTime" nillable="true" type="xs:dateTime" />
  </xs:sequence>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents