Skip to main content
POST
Add a placement

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

The animal's record ID (not its Pet ID).

Body

application/json
person_id
string
required

A person on file.

role
enum<string>
required
Available options:
intake,
surrender,
foster,
adopter,
donor
started_on
string<date>

Today, unless you say.

ended_on
string<date> | null
notes
string

Response

The placement.

id
string
person_id
string
role
enum<string>
Available options:
intake,
surrender,
foster,
adopter,
donor
started_on
string<date>
ended_on
string<date> | null

Null while it is open.

notes
string | null
created_at
string<date-time>