http://retail3000.net/Retail3000Webservice/WebserviceLogisticsComponents
StockTransactionRowInfo Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceLogisticsComponents : StockTransactionRowInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceLogisticsComponents
Base Type
Extension of Info Complex Type
Diagram
IdentificationDescription Element DueDate Element Amount Element IdentificationCode Element ProcessType Element ProductId Element CashDeclarationId Element StockTransactionAttributeId Element StockTransactionId Element StoreId Element CompanyId Element LastModifiedDateTime Element LastModifiedByUserId Element CreatedDateTime Element CreatedByUserId Element ItemId Element Sequence StockTransactionRowInfo Complex Type
Overview
Used By
NewStockTransactionRowInfoResult Element
info Element
GetSingleStockTransactionRowResult Element
stockTransaction Element
stockTransaction Element
Source
<xs:complexType name="StockTransactionRowInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:Info">
      <xs:sequence>
        <xs:element minOccurs="1" maxOccurs="1" name="CompanyId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="StoreId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="StockTransactionId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="StockTransactionAttributeId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="CashDeclarationId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="ProductId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="ProcessType" type="tns:StockTransactionProcessType" />
        <xs:element minOccurs="0" maxOccurs="1" name="IdentificationCode" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="Amount" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="DueDate" type="xs:dateTime" />
        <xs:element minOccurs="0" maxOccurs="1" name="IdentificationDescription" type="xs:string" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceLogisticsComponents