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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"id":"\u003cinteger\u003e","contactId":"\u003cinteger\u003e","contact":"\u003cstring\u003e","contactIndividual":"\u003cstring\u003e","relatedContactId":"\u003cinteger\u003e","relatedContact":"\u003cstring\u003e","relatedContactIndividual":"\u003cstring\u003e","relationshipType":"\u003cstring\u003e","notes":"\u003cstring\u003e","relatedContactViewUrl":"\u003cstring\u003e"}