http://www.FatTail.com/api
PublisherContact Complex Type
http://www.FatTail.com/api : PublisherContact Complex Type
Description
Publisher contact information.
Namespace http://www.FatTail.com/api
Base Type
Extension of AdBookConnectEntity Complex Type
Overview
PublisherContact Extension of AdBookConnectEntity Complex Type
Publisher contact information.
Sequence
ContactID optional xs:long
Primary key for the Contact object.
Email optional xs:string
Email address for the contact.
FirstName optional xs:string
Contact's first name.
LastName xs:string
Contact's last name.
Used By
PublisherContact Element
PublisherContact Element
Source
<xs:complexType name="PublisherContact" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension xmlns:q619="http://www.FatTail.com/api" base="q619:AdBookConnectEntity">
      <xs:sequence>
        <xs:element minOccurs="0" name="ContactID" type="xs:long" />
        <xs:element minOccurs="0" name="Email" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="FirstName" nillable="true" type="xs:string" />
        <xs:element name="LastName" nillable="true" type="xs:string" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://www.FatTail.com/api