| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Id of the note |
integer |
None. |
| Comment |
Comment |
string |
None. |
| CreatedBy |
Created by |
string |
None. |
| EmployeeId |
Id of the employee |
integer |
None. |
| CreatedOn |
Created on |
string |
None. |
| ModifiedAt |
Last modified date |
string |
None. |
| ModifiedBy |
Last modified by |
string |
None. |
| ParentId |
Id of the parent |
integer |
None. |
| AssignedPolicyId |
Id of the assigned policy |
integer |
None. |
| AssignedContactId |
Id of the assigned contact id |
integer |
None. |
| Important |
Signifies whether the note is important |
boolean |
None. |
| RelatedNotes |
List of related notes |
Collection of RelatedNoteDTO |
None. |
| BulkInsertId | globally unique identifier |
None. |
|
| BulkInsertSessionId | globally unique identifier |
None. |
|
| IsPinned |
Indicates whether the note is pinned |
boolean |
None. |
| NotesHistories |
Edit history for this note |
Collection of NotesHistoryDTO |
None. |