ImportExport


Click here for a complete list of operations.

RemoteTicketNote

Represents one note that is attached to a specific ticket

Base Classes

None

Properties

The following properties are provided directly by this class:

Type Name Required
long? AuthorId - The id of the user that created the note ( Defaults to the authenticated user if none specified )
dateTime? CreationDate - The date/time that the note was created
booleanIsDeleted - Whether the note has been deleted Yes
booleanIsInternalOnly - Is the note visible to employees only Yes
long? ModifiedById - The id of the user that last modified the note ( Defaults to the current UTC date/time if none specified )
dateTime? ModifiedDate - The date/time that the note was last modified
long? NoteId - The primary key of the note (null for new notes)
string? Text - The note text
longTicketId - The id of the ticket that the note is associated with Yes