http://retail3000.net/Retail3000Webservice/WebserviceGeneralComponents
OutboundMessageInfo Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceGeneralComponents : OutboundMessageInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceGeneralComponents
Base Type
Extension of InfoWithCompanyId Complex Type
Diagram
WarningCount Element ErrorCount Element TransmitProvider Element TransmitLog Element MessageBody Element Status Element MessageType Element InvoiceId Element InvoiceSaleId Element PurchaseOrderId Element SaleOrderId Element DebtorId Element SupplierId Element CustomerId Element TaskId Element MessageNumber Element StoreId Element CompanyId Element LastModifiedDateTime Element LastModifiedByUserId Element CreatedDateTime Element CreatedByUserId Element ItemId Element Sequence OutboundMessageInfo Complex Type
Overview
Sequence
Used By
NewOutboundMessageInfoResult Element
outboundMessage Element
GetSingleOutboundMessageResult Element
outboundMessage Element
outboundMessage Element
Source
<xs:complexType name="OutboundMessageInfo" 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="MessageNumber" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="TaskId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="CustomerId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="SupplierId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="DebtorId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="SaleOrderId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="PurchaseOrderId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="InvoiceSaleId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="InvoiceId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="MessageType" type="tns:InboundOutboundMessageType" />
        <xs:element minOccurs="1" maxOccurs="1" name="Status" type="tns:OutboundMessageStatus" />
        <xs:element minOccurs="0" maxOccurs="1" name="MessageBody" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="TransmitLog" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="TransmitProvider" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="ErrorCount" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="WarningCount" type="xs:int" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceGeneralComponents