http://retail3000.net/Retail3000Webservice/WebserviceCustomerComponents
GetCustomerContacts Element
http://retail3000.net/Retail3000Webservice/WebserviceCustomerComponents : GetCustomerContacts Element
Namespace http://retail3000.net/Retail3000Webservice/WebserviceCustomerComponents
Diagram
skipItemId Element orderBy Element recordCount Element offset Element IsCancelledOnly Element Email Element LastName Element MiddleName Element FirstName Element Initials Element CustomerId Element ModifiedSinceDateTime Element Sequence filter Element Sequence GetCustomerContacts Element
Overview
Sequence
Sequence
CustomerId xs:int
Initials optional xs:string
FirstName optional xs:string
MiddleName optional xs:string
LastName optional xs:string
Email optional xs:string
offset xs:int
orderBy optional xs:string
skipItemId xs:int
Source
<xs:element name="GetCustomerContacts" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="1" name="filter" type="tns:CustomerContactsFilter" />
      <xs:element minOccurs="1" maxOccurs="1" name="offset" type="xs:int" />
      <xs:element minOccurs="1" maxOccurs="1" name="recordCount" type="xs:int" />
      <xs:element minOccurs="0" maxOccurs="1" name="orderBy" type="xs:string" />
      <xs:element minOccurs="1" maxOccurs="1" name="skipItemId" type="xs:int" />
    </xs:sequence>
  </xs:complexType>
</xs:element>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceCustomerComponents