PUT Contacts/RelationshipDetail/{contactID}/{entityRelationshipID}?validateOnly={validateOnly}
Update contactRelationshipDetail
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
contactID |
ContactID of ContactRelationshipDetail to be updated |
integer |
Required |
entityRelationshipID |
EntityRelationshipID of ContactRelationshipDetail to be updated |
integer |
Required |
validateOnly |
Validate data, but don't post it |
boolean |
Default value is False |
Body Parameters
EntityRelationshipDetail data
ContactRelationshipDetailDTOName | Description | Type | Additional information |
---|---|---|---|
ContactID |
Contact ID |
integer |
None. |
EntityRelationshipID |
Entity Relationship ID |
integer |
None. |
SortOrder |
Sort Order |
integer |
None. |
Comments |
Comments |
string |
None. |
RecordState |
Record State |
RecordState |
None. |
Created |
Created |
AuditDataDTO |
None. |
LastUpdated |
Last Updated |
AuditDataDTO |
None. |
Summary |
Summary |
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. |