http://retail3000.net/Retail3000Webservice/WebserviceLogisticsComponents
ViewQuoteInfo Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceLogisticsComponents : ViewQuoteInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceLogisticsComponents
Base Type
Extension of QuoteInfo Complex Type
Diagram
SaleOrderNumber Element QuoteClassDescription Element StoreDescription Element UserFullName Element CustomerName Element CustomerNumber Element SaleOrderId Element ExportDateTime Element PrintedDateTime Element TotalWeightedNetPrice Element TotalNetPrice Element TotalGrossPrice Element SecureDiscounts Element DiscountPercentage Element DiscountPrice Element QuoteClassId Element MiscInfo Element Description Element ReferenceCode Element IsCancelled Element QuoteStatus Element QuoteNumber Element UserId Element IsRaise Element IsVatFree Element DebtorId Element CustomerContactId Element CustomerId Element StoreId Element CompanyId Element LastModifiedDateTime Element LastModifiedByUserId Element CreatedDateTime Element CreatedByUserId Element ItemId Element Sequence ViewQuoteInfo Complex Type
Overview
Sequence
ItemId xs:int
CreatedDateTime xs:dateTime
CompanyId xs:int
StoreId xs:int
CustomerId xs:int
DebtorId xs:int
IsVatFree xs:boolean
IsRaise xs:boolean
UserId xs:int
IsCancelled xs:boolean
ReferenceCode optional xs:string
Description optional xs:string
MiscInfo optional xs:string
DiscountPrice xs:decimal
SecureDiscounts xs:boolean
TotalGrossPrice xs:decimal
TotalNetPrice xs:decimal
PrintedDateTime xs:dateTime
ExportDateTime xs:dateTime
CustomerName optional xs:string
UserFullName optional xs:string
StoreDescription optional xs:string
QuoteClassDescription optional xs:string
Used By
ViewQuoteInfo Element
GetSingleViewQuoteResult Element
Source
<xs:complexType name="ViewQuoteInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:QuoteInfo">
      <xs:sequence>
        <xs:element minOccurs="1" maxOccurs="1" name="CustomerNumber" type="xs:long" />
        <xs:element minOccurs="0" maxOccurs="1" name="CustomerName" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="UserFullName" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="StoreDescription" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="QuoteClassDescription" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="SaleOrderNumber" type="xs:int" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceLogisticsComponents