http://www.FatTail.com/api
ClientAgencyRelationship Complex Type
http://www.FatTail.com/api : ClientAgencyRelationship Complex Type
Description
Specifies a relationship between a Client and an Agency.
Namespace http://www.FatTail.com/api
Base Type
Extension of AdBookConnectEntity Complex Type
Overview
ClientAgencyRelationship Extension of AdBookConnectEntity Complex Type
Specifies a relationship between a Client and an Agency.
Sequence
AgencyID xs:long
Agency identity.
ClientID xs:long
Client identity.
Used By
ClientAgencyRelationship Element
ClientAgencyRelationship Element
relationship Element
Source
<xs:complexType name="ClientAgencyRelationship" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension xmlns:q178="http://www.FatTail.com/api" base="q178:AdBookConnectEntity">
      <xs:sequence>
        <xs:element name="AgencyID" type="xs:long" />
        <xs:element name="ClientID" type="xs:long" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://www.FatTail.com/api