http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents
ChangeStockAmount Element
http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents : ChangeStockAmount Element
Namespace http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents
Diagram
stockAdjustmentType Element newAmount Element bookmarkId Element note Element stockDate Element locationLevel5Id Element productId Element Sequence ChangeStockAmount Element
Overview
Sequence
productId xs:int
stockDate xs:dateTime
note optional xs:string
bookmarkId xs:int
newAmount xs:decimal
Source
<xs:element name="ChangeStockAmount" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:sequence>
      <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="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="newAmount" type="xs:decimal" />
      <xs:element minOccurs="1" maxOccurs="1" name="stockAdjustmentType" type="tns:StockAdjustmentType" />
    </xs:sequence>
  </xs:complexType>
</xs:element>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceProductBaseComponents