http://retail3000.net/Retail3000Webservice/PosComponents
LastSynchronizationInfo Complex Type
http://retail3000.net/Retail3000Webservice/PosComponents : LastSynchronizationInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/PosComponents
Base Type
Extension of Info Complex Type
Diagram
LastSynchronizationDateTime Element IpAddress Element PosTerminalId Element UserId Element LastModifiedDateTime Element LastModifiedByUserId Element CreatedDateTime Element CreatedByUserId Element ItemId Element Sequence LastSynchronizationInfo Complex Type
Overview
Sequence
ItemId xs:int
CreatedDateTime xs:dateTime
UserId xs:int
IpAddress optional xs:string
Used By
LastSynchronizationInfo Element
GetSingleLastSynchronizationResult Element
Source
<xs:complexType name="LastSynchronizationInfo" 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="UserId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="PosTerminalId" type="xs:int" />
        <xs:element minOccurs="0" maxOccurs="1" name="IpAddress" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="LastSynchronizationDateTime" type="xs:dateTime" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/PosComponents