PUT Groups/Relationship/{groupRelationshipID}?validateOnly={validateOnly}

Update groupRelationship

Request Information

URI Parameters

NameDescriptionTypeAdditional information
groupRelationshipID

GroupRelationshipID of GroupRelationship to be updated

integer

Required

validateOnly

Validate data, but don't post it

boolean

Default value is False

Body Parameters

EntityRelationship data

EntityRelationshipDTO
NameDescriptionTypeAdditional information
EntityRelationshipID

Entity Relationship ID

integer

None.

ChildEntityID

Child Entity ID

integer

None.

ChildEntityType

Child Entity Type, required when working with Child Entity Name

EntityType

None.

ChildEntityStringName

Child Entity Name for non Person entities

string

None.

ChildEntityName

Child Entity Name for Person entities

NameDTO

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.

ParentEntityName

Parent Entity Name

NameDTO

None.

ParentEntityStringName

Parent Entity Name for entities that are not persons

string

None.

ParentEntityAddresses

Parent EntityAddresses

AddressesDTO

None.

ParentEntityCommunicationMethods

Parent Entity Communication methods

CommunicationMethodsDTO

None.

EntityRelationshipTypeEntryID

Entity Relationship Type Entry ID

integer

None.

EntityRelationshipTypeValue

string

None.

RecordState

Record State

RecordState

None.

Created

Created

AuditDataDTO

None.

LastUpdated

Last Updated

AuditDataDTO

None.

EntityRelationshipDetails

Entity Relationship Details

EntityRelationshipDetailsDTO

None.

Comments

Comments

string

None.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.