http://www.FatTail.com/api
ClientContact Complex Type
http://www.FatTail.com/api : ClientContact Complex Type
Description
Client contact information.
Namespace http://www.FatTail.com/api
Base Type
Extension of Contact Complex Type
Overview
ClientContact Extension of Contact Complex Type
Client contact information.
Sequence
Address optional xs:string
Number and street.
City optional xs:string
City element of the address.
ContactID optional xs:long
Primary key for the Contact object.
Country optional xs:string
Country element of the address.
Email optional xs:string
Email address for the contact.
ExternalID optional xs:string
Third party system ID used to map external entities to AdBook contacts.
Fax optional xs:string
Fax number for the contact.
FirstName optional xs:string
Contact's first name.
LastName xs:string
Last name of the contact.
Phone optional xs:string
Phone number for the contact.
PostalCode optional xs:string
Postal code for the contact address.
State optional xs:string
State the contact resides in.
CRMID optional xs:string
Mapping ID for a CRM entity if the contact is associated with an entity in a CRM system.
LocationCode optional xs:string
Location code for the contact.
ReadonlyProperties optional ArrayOfReadonlyPropertyValue Complex Type
Sequence
Sequence
PropertyName optional xs:string
Value optional xs:string
ClientID xs:long
System ID of the client associated with the contact.
ContactType ArrayOfContactType Complex Type
Type of contact for the client.  eg. Material, Billing, etc.
ContactCode optional xs:string
This property is obsolete.
Used By
ClientContact Element
ClientContact Element
clientContact Element
CreateClientContactResult Element
clientContact Element
GetClientContactResult Element
Source
<xs:complexType name="ClientContact" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension xmlns:q363="http://www.FatTail.com/api" base="q363:Contact">
      <xs:sequence>
        <xs:element name="ClientID" type="xs:long">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation>&lt;summary&gt;System ID of the client associated with the contact.&lt;/summary&gt;</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="ContactType" nillable="true" type="q363:ArrayOfContactType">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation>&lt;summary&gt;Type of contact for the client.  eg. Material, Billing, etc.&lt;/summary&gt;</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="ContactCode" nillable="true" type="xs:string">
          <xs:annotation>
            <xs:appinfo>
              <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
            </xs:appinfo>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://www.FatTail.com/api