http://retail3000.net/Retail3000Webservice/WebserviceLogisticsComponents
QuoteInfo Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceLogisticsComponents : QuoteInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceLogisticsComponents
Base Type
Extension of Info Complex Type
Diagram
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 QuoteInfo 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
Used By
NewQuoteInfoResult Element
info Element
GetSingleQuoteResult Element
info Element
info Element
info Element
CalculateQuoteTotalsResult Element
Source
<xs:complexType name="QuoteInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:Info">
      <xs:sequence>
        <xs:element minOccurs="1" maxOccurs="1" name="CompanyId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="StoreId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="CustomerId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="CustomerContactId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="DebtorId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="IsVatFree" type="xs:boolean" />
        <xs:element minOccurs="1" maxOccurs="1" name="IsRaise" type="xs:boolean" />
        <xs:element minOccurs="1" maxOccurs="1" name="UserId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="QuoteNumber" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="QuoteStatus" type="tns:QuoteStatus" />
        <xs:element minOccurs="1" maxOccurs="1" name="IsCancelled" type="xs:boolean" />
        <xs:element minOccurs="0" maxOccurs="1" name="ReferenceCode" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="Description" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="MiscInfo" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="QuoteClassId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="DiscountPrice" nillable="true" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="DiscountPercentage" nillable="true" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="SecureDiscounts" type="xs:boolean" />
        <xs:element minOccurs="1" maxOccurs="1" name="TotalGrossPrice" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="TotalNetPrice" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="TotalWeightedNetPrice" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="PrintedDateTime" type="xs:dateTime" />
        <xs:element minOccurs="1" maxOccurs="1" name="ExportDateTime" type="xs:dateTime" />
        <xs:element minOccurs="1" maxOccurs="1" name="SaleOrderId" type="xs:int" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceLogisticsComponents