http://retail3000.net/Retail3000Webservice/PosComponents
ReturnSaleRowApprovalsFilter Complex Type
http://retail3000.net/Retail3000Webservice/PosComponents : ReturnSaleRowApprovalsFilter Complex Type
Namespace http://retail3000.net/Retail3000Webservice/PosComponents
Diagram
ReceiptId Element ExpectedReturnDateTo Element ExpectedReturnDateFrom Element UtmostReturnDateTo Element UtmostReturnDateFrom Element CashSaleRowId Element CustomerId Element Sequence ReturnSaleRowApprovalsFilter Complex Type
Overview
Sequence
CustomerId xs:int
UtmostReturnDateTo xs:dateTime
ReceiptId xs:int
Used By
NewReturnSaleRowApprovalsFilterResult Element
filter Element
filter Element
Source
<xs:complexType name="ReturnSaleRowApprovalsFilter" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="1" maxOccurs="1" name="CustomerId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="CashSaleRowId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="UtmostReturnDateFrom" type="xs:dateTime" />
    <xs:element minOccurs="1" maxOccurs="1" name="UtmostReturnDateTo" type="xs:dateTime" />
    <xs:element minOccurs="1" maxOccurs="1" name="ExpectedReturnDateFrom" type="xs:dateTime" />
    <xs:element minOccurs="1" maxOccurs="1" name="ExpectedReturnDateTo" type="xs:dateTime" />
    <xs:element minOccurs="1" maxOccurs="1" name="ReceiptId" type="xs:int" />
  </xs:sequence>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/PosComponents