http://retail3000.net/Retail3000Webservice/WebserviceLogisticsComponents
StockTransactionJournalRowInfo Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceLogisticsComponents : StockTransactionJournalRowInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceLogisticsComponents
Base Type
Extension of Info Complex Type
Diagram
Description Element Identification Element LedgerId Element DueDate Element Amount Element JournalType Element ProcessType Element StockTransactionJournalId Element CompanyId Element LastModifiedDateTime Element LastModifiedByUserId Element CreatedDateTime Element CreatedByUserId Element ItemId Element Sequence StockTransactionJournalRowInfo Complex Type
Overview
Used By
NewStockTransactionJournalRowInfoResult Element
stockTransactionJournalRow Element
GetSingleStockTransactionJournalRowResult Element
stockTransactionJournalRow Element
stockTransactionJournalRow Element
Source
<xs:complexType name="StockTransactionJournalRowInfo" 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="StockTransactionJournalId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="ProcessType" type="tns:StockTransactionProcessType" />
        <xs:element minOccurs="1" maxOccurs="1" name="JournalType" type="tns:StockTransactionJournalType" />
        <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="1" maxOccurs="1" name="LedgerId" type="xs:int" />
        <xs:element minOccurs="0" maxOccurs="1" name="Identification" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="Description" type="xs:string" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceLogisticsComponents