Skip to main content
POST
Add an affiliation

Authorizations

Authorization
string
header
required

An API key from Settings, API keys. It starts with rc_live_.

Body

application/json
person_id
string
required
organization_id
string
required
kind
enum<string>
default:contact
Available options:
employee,
volunteer,
contractor,
owner,
board_member,
contact,
other
title
string | null

Such as Veterinarian or Practice manager.

started_on
string<date> | null

The day it began, YYYY-MM-DD.

ended_on
string<date> | null

The day it ended, YYYY-MM-DD. Not before started_on. Empty while it is current.

is_primary
boolean

true makes this the person's primary affiliation.

notes
string | null

Response

The affiliation.

id
string
required
person_id
string
required
organization_id
string
required
kind
enum<string>
required
Available options:
employee,
volunteer,
contractor,
owner,
board_member,
contact,
other
title
string | null
required
started_on
string<date> | null
required
ended_on
string<date> | null
required
is_current
boolean
required

true while there is no end date.

is_primary
boolean
required
notes
string | null
required
created_at
string<date-time>
required
updated_at
string<date-time>
required