Skip to main content
POST
Add relationship to a role

Authorizations

x-api-key
string
header
required
Authorization
string
header
required

Headers

Version
integer<int32>

Path Parameters

matterId
string<uuid>
required
roleId
string<uuid>
required

Body

name
string | null

Name of the relationship.

Example:

"Provider"

displayName
string | null

Display Name of the relationship.

Example:

"Medical Provider"

contactId
string | null

Unique identifier of the contact.

Example:

"c85d28cb-a760-4627-aa59-0a853c2e65ed"

representativeIds
string[] | null

List of associated representative contact ids.

Example:
isMatterItemRequired
boolean

Boolean flag indicating if a matter item is required.

Response

When request is accepted. Returns a hypermedia 'Link' object of the relationship to be created.

id
string | null
href
string | null
relation
string | null
method
string | null
default:GET