Skip to main content
PUT
Update a Relationship

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

relationshipId
string
required

(Required) The relationship identifier.

Body

application/json
relationshipType
string

The type of relationship between the two contacts, for example Spouse or Employer. Must match a relationship type configured for the organization.

notes
string

Free-text notes stored on the record.

Response

OK

id
string

The unique identifier of the record in Virtuous.

contactId
string

The identifier of the contact this record belongs to.

contact
string
contactIndividual
string
relationshipType
string
notes
string
Last modified on August 11, 2026