noteCreate Mutation
Adds a new note to a record.
Input Argument
noteCreate accepts a single input
argument, an input type,
which contains the values it uses.
The fields inside input
are:
attachments (
[AttachmentInput!]
)
The attachments used in the note
field.
clientMutationId (
String
)
A unique identifier for the client performing the mutation.
internal (
Boolean
)
Whether the note should be visible only for people who have the Auditor, Specialist or Account Administrator role of the account. Internal notes are only available for Requests.
ownerId (
ID
)
The record that the note should be added to.
suppressNoteAddedNotifications (
Boolean
)
Whether Note Added notifications for this note should be suppressed.
text (
String!
)
Text of the note.
Return Fields
clientMutationId (
String
)
A unique identifier for the client performing the mutation.
errors (
[ValidationError!]
)
Errors encountered during the mutation.
note (
Note
)
Record after mutation.