http://www.FatTail.com/api
ParentClientRelationshipResult Complex Type
http://www.FatTail.com/api : ParentClientRelationshipResult Complex Type
Description
Result information when a parent client relationship is created or deleted.
Namespace http://www.FatTail.com/api
Overview
ParentClientRelationshipResult
Result information when a parent client relationship is created or deleted.
Sequence
Fault optional DataAccessFault Complex Type
Error information if the create or delete operation encountered exceptions.
Sequence
FaultMessges optional ArrayOfstring Complex Type
Collection of exception messages.
Sequence
string 0..∞ xs:string
FaultObjectType optional DataAccessFaultObjectType Simple Type
Indicates the type of object that the fault is associated with.
FaultOperationType optional DataAccessFaultOperationType Simple Type
Indicates the type of operation that was requested when the fault occurred.
ParentClientRelationship optional ParentClientRelationship Complex Type
Parent client relationship that was created or deleted.
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.
Success optional xs:boolean
True if the operation was successful.  False if an exception was encountered.
Used By
ParentClientRelationshipResult Element
ParentClientRelationshipResult Element
Source
<xs:complexType name="ParentClientRelationshipResult" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="Fault" nillable="true" xmlns:q218="http://www.FatTail.com/api" type="q218:DataAccessFault" />
    <xs:element minOccurs="0" name="ParentClientRelationship" nillable="true" xmlns:q219="http://www.FatTail.com/api" type="q219:ParentClientRelationship" />
    <xs:element minOccurs="0" name="Success" type="xs:boolean" />
  </xs:sequence>
</xs:complexType>
See Also
http://www.FatTail.com/api