POST Clients/Relationship?validateOnly={validateOnly}
Add clientRelationship
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
validateOnly |
Validate data, but don't post it |
boolean |
Default value is False |
Body Parameters
EntityRelationship data
ClientRelationshipDTOName | Description | Type | Additional information |
---|---|---|---|
ClientRelationshipID |
Client Relationship ID |
integer |
None. |
ChildEntityID |
Child Entity ID |
integer |
None. |
ParentEntityID |
Parent Entity ID |
integer |
None. |
ParentEntityType |
Parent Entity Type |
EntityType |
None. |
ParentEntityTypeEntryID |
Parent Entity Type Entry ID |
integer |
None. |
ParentEntityTypeEntryValue |
Parent Entity Type Entry Value |
string |
None. |
ParentEntityTypeEntryType |
Parent Entity Type Entry Type |
integer |
None. |
ParentEntityName |
Parent Entity Name |
NameDTO |
None. |
ParentEntityAddresses |
Parent EntityAddresses |
AddressesDTO |
None. |
ParentEntityCommunicationMethods |
Parent Entity Communication methods |
CommunicationMethodsDTO |
None. |
BusinessUnits |
Business units |
Collection of ClientBusinessUnitDTO |
None. |
EntityRelationshipTypeEntryID |
Entity Relationship Type Entry ID |
integer |
None. |
RecordState |
Record State |
RecordState |
None. |
Created |
Created |
AuditDataDTO |
None. |
LastUpdated |
Last Updated |
AuditDataDTO |
None. |
EntityRelationshipTypeValue | string |
None. |
|
ClientRelationshipDetails |
Client Relationship Details |
ClientRelationshipDetailsDTO |
None. |
Extensions |
Extensions attached to Contact Relationship |
Collection of FormDataExtensionDto |
None. |
Comments |
Comments |
string |
None. |
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |