AM Logo
API DocumentationForm Definitions
  1. Home
  2. API Documentation
  3. Outcomes
  4. Mutations
  5. createCaseNote

createCaseNote: CaseNote!

This mutation is used to create a new case note for a case. Return information can include aspect details such as staff members and workflows. **Returns:** Returns the newly created case note data.

caseId: UUID!

The specific case that the notes will be attached to.

caseNote: CaseNoteInput!

The title and text input for the case notes.

aspectsIds: [UUID!]!

The aspect IDs that the case note will be added to.