AdBookConnect Web Service
MethodCreateClientRelationshipsWithParentClient
AdBookConnect Web Service > All Operations Resource Group : CreateClientRelationshipsWithParentClient (Method)
Summary
Creates a relationship between a Client and it's parent company.
Request (IAdBookConnect_CreateClientRelationshipsWithParentClient_InputMessage)

The request body is of type http://www.FatTail.com/api:CreateClientRelationshipsWithParentClient.

Request Body Parameters

NameDescriptionData Type
ParentClientRelationship objects to create.http://www.FatTail.com/api:ArrayOfParentClientRelationship

Overview

Sequence
clientRelationships optional ArrayOfParentClientRelationship Complex Type
Sequence
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.
200 Response (IAdBookConnect_CreateClientRelationshipsWithParentClient_OutputMessage)

The response body is of type http://www.FatTail.com/api:CreateClientRelationshipsWithParentClientResponse.

Response Body Parameters

NameDescriptionData Type
A collection of ParentClientRelationship objects created.http://www.FatTail.com/api:ArrayOfParentClientRelationshipResult

Overview

Sequence
CreateClientRelationshipsWithParentClientResult optional ArrayOfParentClientRelationshipResult Complex Type
Sequence
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.
Fault Responses
FaultDescription
This fault returns a response body of type http://www.FatTail.com/api:IAdBookConnect_CreateClientRelationshipsWithParentClient_DataAccessFaultFault_FaultMessage.  
See Also
All Operations Resource GroupAdBookConnect Web Service