http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents
OrderAdviceInfo Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents : OrderAdviceInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents
Base Type
Extension of InfoWithCompanyId Complex Type
Diagram
OrderProcess Element AdviceRows Element SaleDays Element SupplierId Element Processed Element AdviceNumber Element StoreId Element CompanyId Element LastModifiedDateTime Element LastModifiedByUserId Element CreatedDateTime Element CreatedByUserId Element ItemId Element Sequence OrderAdviceInfo Complex Type
Overview
Used By
NewOrderAdviceInfoResult Element
orderAdvice Element
GetSingleOrderAdviceResult Element
orderAdvice Element
orderAdvice Element
Source
<xs:complexType name="OrderAdviceInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:InfoWithCompanyId">
      <xs:sequence>
        <xs:element minOccurs="1" maxOccurs="1" name="StoreId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="AdviceNumber" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="Processed" type="xs:boolean" />
        <xs:element minOccurs="1" maxOccurs="1" name="SupplierId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="SaleDays" type="xs:int" />
        <xs:element minOccurs="0" maxOccurs="1" name="AdviceRows" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="OrderProcess" type="tns:GeneratePurchaseOrdersDestinationFilter" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents