http://www.FatTail.com/api
ParentClientRelationship Complex Type
http://www.FatTail.com/api : ParentClientRelationship Complex Type
Description
Specifies a relationship between an advertiser and it's parent company.
Namespace http://www.FatTail.com/api
Base Type
Extension of AdBookConnectEntity Complex Type
Overview
ParentClientRelationship Extension of AdBookConnectEntity Complex Type
Specifies a relationship between an advertiser and it's parent company.
Sequence
ClientID xs:long
System ID of the client.
ParentClientID xs:long
System ID of the parent company, which is also a Client entity in AdBook.
Used By
ParentClientRelationship Element
ParentClientRelationship Element
ParentClientRelationship Element
Source
<xs:complexType name="ParentClientRelationship" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension xmlns:q213="http://www.FatTail.com/api" base="q213:AdBookConnectEntity">
      <xs:sequence>
        <xs:element name="ClientID" type="xs:long" />
        <xs:element name="ParentClientID" type="xs:long" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://www.FatTail.com/api