Create Child and Parents Relationship Note

Create a note on a child and parents relationship.

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

The ID of the child-and-parents relationship. To find child-and-parents relationship IDs, see Read Families.

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

Array containing the child-and-parents relationship with notes to be created. See ChildAndParentsRelationship Schema (JSON)

childAndParentsRelationships*
attribution
object

Attribution information for the note creation.

notes
array of objects
required
length ≥ 1

Array of notes to be created. Do not include an 'id' field for new notes. See Note Schema (JSON)

notes*
string
required

The subject of the note.

string

The text content of the note.

Headers
string

Header giving the reason for creating a 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.

404

The Child and Parent relationship was not found

429

The request was throttled.

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