http://retail3000.net/Retail3000Webservice/WebserviceGeneralComponents
DeletedRecordInfo Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceGeneralComponents : DeletedRecordInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceGeneralComponents
Base Type
Extension of BaseInfo Complex Type
Diagram
DeletedItemId Element DeletedDateTime Element TableName Element CompanyId Element OrganizationId Element ItemId Element Sequence DeletedRecordInfo Complex Type
Overview
Sequence
ItemId xs:int
CompanyId xs:int
TableName optional xs:string
DeletedDateTime xs:dateTime
Source
<xs:complexType name="DeletedRecordInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:BaseInfo">
      <xs:sequence>
        <xs:element minOccurs="1" maxOccurs="1" name="OrganizationId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="CompanyId" type="xs:int" />
        <xs:element minOccurs="0" maxOccurs="1" name="TableName" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="DeletedDateTime" type="xs:dateTime" />
        <xs:element minOccurs="1" maxOccurs="1" name="DeletedItemId" type="xs:int" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceGeneralComponents