http://retail3000.net/Retail3000Webservice/PosComponents
ViewReturnSaleRowApprovalInfo Complex Type
http://retail3000.net/Retail3000Webservice/PosComponents : ViewReturnSaleRowApprovalInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/PosComponents
Base Type
Extension of ReturnSaleRowApprovalInfo Complex Type
Diagram
ReceiptNumber Element CashSaleRowTransactionDateTime Element CashSaleRowTransactionNumber Element CustomerGeneralName Element ProductDescription Element ProductMainBarcode Element ProductNumber Element Amount Element ExpectedReturnDate Element UtmostReturnDate Element CashSaleRowId Element CustomerId Element CompanyId Element LastModifiedDateTime Element LastModifiedByUserId Element CreatedDateTime Element CreatedByUserId Element ItemId Element Sequence ViewReturnSaleRowApprovalInfo Complex Type
Overview
Sequence
ItemId xs:int
CreatedDateTime xs:dateTime
CompanyId xs:int
CustomerId xs:int
UtmostReturnDate xs:dateTime
ExpectedReturnDate xs:dateTime
Amount xs:decimal
ProductDescription optional xs:string
CustomerGeneralName optional xs:string
Used By
ViewReturnSaleRowApprovalInfo Element
Source
<xs:complexType name="ViewReturnSaleRowApprovalInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:ReturnSaleRowApprovalInfo">
      <xs:sequence>
        <xs:element minOccurs="1" maxOccurs="1" name="ProductNumber" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="ProductMainBarcode" type="xs:long" />
        <xs:element minOccurs="0" maxOccurs="1" name="ProductDescription" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="CustomerGeneralName" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="CashSaleRowTransactionNumber" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="CashSaleRowTransactionDateTime" type="xs:dateTime" />
        <xs:element minOccurs="1" maxOccurs="1" name="ReceiptNumber" type="xs:int" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/PosComponents