http://retail3000.net/Retail3000Webservice/PosComponents
GetReturnSaleRowApprovals Element
http://retail3000.net/Retail3000Webservice/PosComponents : GetReturnSaleRowApprovals Element
Namespace http://retail3000.net/Retail3000Webservice/PosComponents
Diagram
orderBy Element fetch Element offset Element ReceiptId Element ExpectedReturnDateTo Element ExpectedReturnDateFrom Element UtmostReturnDateTo Element UtmostReturnDateFrom Element CashSaleRowId Element CustomerId Element Sequence filter Element Sequence GetReturnSaleRowApprovals Element
Overview
Sequence
Sequence
CustomerId xs:int
UtmostReturnDateTo xs:dateTime
ReceiptId xs:int
offset xs:int
fetch xs:int
orderBy optional xs:string
Source
<xs:element name="GetReturnSaleRowApprovals" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="1" name="filter" type="tns:ReturnSaleRowApprovalsFilter" />
      <xs:element minOccurs="1" maxOccurs="1" name="offset" type="xs:int" />
      <xs:element minOccurs="1" maxOccurs="1" name="fetch" type="xs:int" />
      <xs:element minOccurs="0" maxOccurs="1" name="orderBy" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
</xs:element>
See Also
http://retail3000.net/Retail3000Webservice/PosComponents