http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents
ViewPromotionInfo Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents : ViewPromotionInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents
Base Type
Extension of PromotionInfo Complex Type
Diagram
StoreTypeDescription Element CountryDescription Element IsLocked Element IsIgnorePromotion Element DateTo Element DateFrom Element Description Element ExternalCode Element Code Element PromotionProfileId Element StoreTypeId Element CountryId Element IsDerived Element OrganizationId Element CompanyId Element LastModifiedDateTime Element LastModifiedByUserId Element CreatedDateTime Element CreatedByUserId Element ItemId Element Sequence ViewPromotionInfo Complex Type
Overview
Sequence
ItemId xs:int
CreatedDateTime xs:dateTime
CompanyId xs:int
IsDerived xs:boolean
CountryId xs:int
Code optional xs:string
ExternalCode optional xs:string
Description optional xs:string
DateFrom xs:dateTime
DateTo xs:dateTime
IsLocked xs:boolean
CountryDescription optional xs:string
StoreTypeDescription optional xs:string
Used By
ViewPromotionInfo Element
Source
<xs:complexType name="ViewPromotionInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:PromotionInfo">
      <xs:sequence>
        <xs:element minOccurs="0" maxOccurs="1" name="CountryDescription" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="StoreTypeDescription" type="xs:string" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents