http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents
ViewStockAdjustmentInfo Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents : ViewStockAdjustmentInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents
Base Type
Extension of StockAdjustmentInfo Complex Type
Diagram
MaintainStock Element BookmarkNumber Element ProductCategoryDescription Element ProductCategoryCode Element CashRegisterGroupDescription Element CashRegisterGroupCode Element CashRegisterGroupId Element ProductDescription Element ProductNumber Element 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 ViewStockAdjustmentInfo 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
ProductDescription optional xs:string
CashRegisterGroupCode optional xs:string
CashRegisterGroupDescription optional xs:string
ProductCategoryCode optional xs:string
ProductCategoryDescription optional xs:string
MaintainStock xs:boolean
Used By
ViewStockAdjustmentInfo Element
Source
<xs:complexType name="ViewStockAdjustmentInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:StockAdjustmentInfo">
      <xs:sequence>
        <xs:element minOccurs="1" maxOccurs="1" name="ProductNumber" type="xs:long" />
        <xs:element minOccurs="0" maxOccurs="1" name="ProductDescription" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="CashRegisterGroupId" type="xs:int" />
        <xs:element minOccurs="0" maxOccurs="1" name="CashRegisterGroupCode" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="CashRegisterGroupDescription" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="ProductCategoryCode" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="ProductCategoryDescription" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="BookmarkNumber" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="MaintainStock" type="xs:boolean" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents