INPUT_OBJECT
CreateOrUpdateNoteInput
link GraphQL Schema definition
- input CreateOrUpdateNoteInput {
- : String
- # Unique identifier of entity.
- : ID
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Id of the account.
- : ID
- # Id of the contact.
- : ID
- # Id of the custom entity record.
- : ID
- # Id of the lead or opportunity the note is attached to.
- : ID
- # Free-form text body of the note (sanitized HTML allowed).
- : String
- # Id of the note author.
- : ID
- # Id of the project.
- : ID
- # Id of the quote.
- : ID
- # Revision when entity was lastly changed.
- : Int
- }