-
Notifications
You must be signed in to change notification settings - Fork 2
NoteDTO
Arivetti edited this page Nov 3, 2025
·
2 revisions
Represent notes linked to a customer/supplier.
NoteDTO members
| Name | Type | Description |
|---|---|---|
| Note | String | The body of the note |
| UserID | String | User Id of the user who created the note. |
| CreationDate | DateTime | Date the note was created. |