http://retail3000.net/Retail3000Webservice/WebserviceCustomerComponents
CustomerNoteInfo Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceCustomerComponents : CustomerNoteInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceCustomerComponents
Base Type
Extension of Info Complex Type
Diagram
Information Element Description Element NoteDateTime Element InvoiceId Element InboundInvoiceId Element PurchaseOrderId Element QuoteId Element ReservationId Element SaleOrderId Element ProjectId Element NoteTypeId Element DebtorId Element CustomerContactId Element CustomerId Element UserId Element CompanyId Element LastModifiedDateTime Element LastModifiedByUserId Element CreatedDateTime Element CreatedByUserId Element ItemId Element Sequence CustomerNoteInfo Complex Type
Overview
Sequence
ItemId xs:int
CreatedDateTime xs:dateTime
CompanyId xs:int
UserId xs:int
CustomerId xs:int
DebtorId xs:int
NoteTypeId xs:int
ProjectId xs:int
QuoteId xs:int
InvoiceId xs:int
NoteDateTime xs:dateTime
Description optional xs:string
Information optional xs:string
Used By
NewCustomerNoteInfoResult Element
customerNote Element
GetSingleCustomerNoteResult Element
customerNote Element
customerNote Element
Source
<xs:complexType name="CustomerNoteInfo" 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="UserId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="CustomerId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="CustomerContactId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="DebtorId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="NoteTypeId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="ProjectId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="SaleOrderId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="ReservationId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="QuoteId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="PurchaseOrderId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="InboundInvoiceId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="InvoiceId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="NoteDateTime" type="xs:dateTime" />
        <xs:element minOccurs="0" maxOccurs="1" name="Description" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="Information" type="xs:string" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceCustomerComponents