Creates a relationship between a Client and it's parent company.
The request body is of type http://www.FatTail.com/api:CreateClientRelationshipsWithParentClient.
Request Body Parameters
Name | Description | Data Type |
clientRelationships | ParentClientRelationship objects to create. | http://www.FatTail.com/api:ArrayOfParentClientRelationship |
Overview
 |
 |
Sequence
 |
 |
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.
| | | | | | |
The response body is of type http://www.FatTail.com/api:CreateClientRelationshipsWithParentClientResponse.
Response Body Parameters
Name | Description | Data Type |
CreateClientRelationshipsWithParentClientResult | A collection of ParentClientRelationship objects created. | http://www.FatTail.com/api:ArrayOfParentClientRelationshipResult |
Overview
 |
 |
Sequence
 |
 |
Sequence
 |
 |
Sequence
 |
 |
Sequence
 |
FaultMessges optional ArrayOfstring Complex Type
Collection of exception messages.
 |
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.
| | |
 |
Success optional xs:boolean
True if the operation was successful. False if an exception was encountered.
| | | | | | |