http://retail3000.net/Retail3000Webservice/WebserviceProductComponents
OrderParameters Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceProductComponents : OrderParameters Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceProductComponents
Diagram
HighPriority Element ExpectedDeliveryDays Element RecalculatePurchaseOrder Element OnlyWithActivePurchase Element Dropshipment Element InterBranch Element PceGrossPurchasePrice Element MiscInfo Element ProductDescription Element OriginalAmount Element Amount Element PurchasePriceGroupId Element PurchaseId Element SupplierId Element DepartmentId Element ProductId Element StoreId Element TaskId Element AmountType Element Sequence OrderParameters Complex Type
Overview
Sequence
TaskId xs:int
StoreId xs:int
ProductId xs:int
SupplierId xs:int
PurchaseId xs:int
Amount xs:decimal
OriginalAmount xs:decimal
ProductDescription optional xs:string
MiscInfo optional xs:string
InterBranch xs:boolean
Dropshipment xs:boolean
HighPriority xs:boolean
Used By
parameters Element
Source
<xs:complexType name="OrderParameters" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="1" maxOccurs="1" name="AmountType" type="tns:OrderAmountType" />
    <xs:element minOccurs="1" maxOccurs="1" name="TaskId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="StoreId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="ProductId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="DepartmentId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="SupplierId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="PurchaseId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="PurchasePriceGroupId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="Amount" type="xs:decimal" />
    <xs:element minOccurs="1" maxOccurs="1" name="OriginalAmount" type="xs:decimal" />
    <xs:element minOccurs="0" maxOccurs="1" name="ProductDescription" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="MiscInfo" type="xs:string" />
    <xs:element minOccurs="1" maxOccurs="1" name="PceGrossPurchasePrice" nillable="true" type="xs:decimal" />
    <xs:element minOccurs="1" maxOccurs="1" name="InterBranch" type="xs:boolean" />
    <xs:element minOccurs="1" maxOccurs="1" name="Dropshipment" type="xs:boolean" />
    <xs:element minOccurs="1" maxOccurs="1" name="OnlyWithActivePurchase" type="xs:boolean" />
    <xs:element minOccurs="1" maxOccurs="1" name="RecalculatePurchaseOrder" type="xs:boolean" />
    <xs:element minOccurs="1" maxOccurs="1" name="ExpectedDeliveryDays" nillable="true" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="HighPriority" type="xs:boolean" />
  </xs:sequence>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceProductComponents