Create Couple Relationship Note

Create a note attached to a couple relationship. The Couple Relationship Notes resource is an embedded resource, and any links to this resource are to be treated as embedded links.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The id of the couple relationship the note is for. To find couple relationship IDs, see Read Families.

Body Params
relationships
array of objects
required
length between 1 and 1

Array containing exactly one relationship with notes to add. See Relationship Schema (JSON)

relationships*
attribution
object
notes
array of objects
required
length ≥ 1

Array of notes to add to the relationship. See Note Schema (JSON)

notes*
string
required

The subject of the note

string
required

The text of the note

Headers
string

The reason for creating the note.

Responses
201

The creation of the note was successful. Expect a location header specifying the link to the note.

400

If the request was unable to be understood by the application.

429

The request was throttled.

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here!