http://retail3000.net/Retail3000Webservice/PosComponents
PosCorrectionsFilter Complex Type
http://retail3000.net/Retail3000Webservice/PosComponents : PosCorrectionsFilter Complex Type
Namespace http://retail3000.net/Retail3000Webservice/PosComponents
Diagram
ProductId Element UserId Element DateTo Element DateFrom Element CorrectionType Element ReceiptId Element ReceiptNumber Element PosTransactionId Element PosTerminalId Element StoreId Element ItemId Element Sequence PosCorrectionsFilter Complex Type
Overview
Sequence
ItemId xs:int
StoreId xs:int
ReceiptId xs:int
DateFrom xs:dateTime
DateTo xs:dateTime
UserId xs:int
ProductId xs:int
Used By
NewPosCorrectionsFilterResult Element
filter Element
filter Element
Source
<xs:complexType name="PosCorrectionsFilter" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="1" maxOccurs="1" name="ItemId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="StoreId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="PosTerminalId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="PosTransactionId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="ReceiptNumber" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="ReceiptId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="CorrectionType" type="tns:CorrectionType" />
    <xs:element minOccurs="1" maxOccurs="1" name="DateFrom" type="xs:dateTime" />
    <xs:element minOccurs="1" maxOccurs="1" name="DateTo" type="xs:dateTime" />
    <xs:element minOccurs="1" maxOccurs="1" name="UserId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="ProductId" type="xs:int" />
  </xs:sequence>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/PosComponents