http://retail3000.net/Retail3000Webservice/WebserviceProductComponents
PriceChangeInfo Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceProductComponents : PriceChangeInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceProductComponents
Base Type
Extension of InfoWithOrganizationIdAndCompanyId Complex Type
Diagram
DateTime Element UserId Element Process Element NewPrice Element OldPrice Element PriceType Element PurchaseId Element ProductId Element StoreId Element OrganizationId Element CompanyId Element LastModifiedDateTime Element LastModifiedByUserId Element CreatedDateTime Element CreatedByUserId Element ItemId Element Sequence PriceChangeInfo Complex Type
Overview
Sequence
ItemId xs:int
CreatedDateTime xs:dateTime
CompanyId xs:int
StoreId xs:int
ProductId xs:int
PurchaseId xs:int
OldPrice xs:decimal
NewPrice xs:decimal
Process optional xs:string
UserId xs:int
DateTime xs:dateTime
Used By
NewPriceChangeInfoResult Element
priceChange Element
GetSinglePriceChangeResult Element
priceChange Element
Source
<xs:complexType name="PriceChangeInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:InfoWithOrganizationIdAndCompanyId">
      <xs:sequence>
        <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="PurchaseId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="PriceType" type="tns:ChangedPriceType" />
        <xs:element minOccurs="1" maxOccurs="1" name="OldPrice" nillable="true" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="NewPrice" nillable="true" type="xs:decimal" />
        <xs:element minOccurs="0" maxOccurs="1" name="Process" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="UserId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="DateTime" type="xs:dateTime" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceProductComponents