Update a Relationship

PUT {{baseUrl}}/api/Relationship/:relationshipId

Similar to other update methods in the API, excluding a property will remove it's value from the object. If you're only updating a single property, the entire model is still required.

Request Body

{"relationshipType"=>"<string>", "notes"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{&quot;id&quot;:&quot;\u003cinteger\u003e&quot;,&quot;contactId&quot;:&quot;\u003cinteger\u003e&quot;,&quot;contact&quot;:&quot;\u003cstring\u003e&quot;,&quot;contactIndividual&quot;:&quot;\u003cstring\u003e&quot;,&quot;relatedContactId&quot;:&quot;\u003cinteger\u003e&quot;,&quot;relatedContact&quot;:&quot;\u003cstring\u003e&quot;,&quot;relatedContactIndividual&quot;:&quot;\u003cstring\u003e&quot;,&quot;relationshipType&quot;:&quot;\u003cstring\u003e&quot;,&quot;notes&quot;:&quot;\u003cstring\u003e&quot;,&quot;relatedContactViewUrl&quot;:&quot;\u003cstring\u003e&quot;}