http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents
StockAdjustmentInfo Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents : StockAdjustmentInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents
Base Type
Extension of InfoWithCompanyId Complex Type
Diagram
StockAdjustmentType Element BookmarkId Element Note Element SkuPurchaseValue Element ChangeAmount Element Stock Element StockDate Element LocationLevel5Id Element ProductId Element StoreId Element CompanyId Element LastModifiedDateTime Element LastModifiedByUserId Element CreatedDateTime Element CreatedByUserId Element ItemId Element Sequence StockAdjustmentInfo Complex Type
Overview
Sequence
ItemId xs:int
CreatedDateTime xs:dateTime
CompanyId xs:int
StoreId xs:int
ProductId xs:int
StockDate xs:dateTime
Stock xs:decimal
ChangeAmount xs:decimal
SkuPurchaseValue xs:decimal
Note optional xs:string
BookmarkId xs:int
Used By
NewStockAdjustmentInfoResult Element
GetSingleStockAdjustmentResult Element
stockAdjustment Element
stockAdjustment Element
Source
<xs:complexType name="StockAdjustmentInfo" 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="ProductId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="LocationLevel5Id" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="StockDate" type="xs:dateTime" />
        <xs:element minOccurs="1" maxOccurs="1" name="Stock" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="ChangeAmount" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="SkuPurchaseValue" nillable="true" type="xs:decimal" />
        <xs:element minOccurs="0" maxOccurs="1" name="Note" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="BookmarkId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="StockAdjustmentType" type="tns:StockAdjustmentType" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents