CreateClientNoteRequest
Request DTO for creating a new client note
Properties
| Name | Type | Description |
|---|---|---|
| text* | string | The text content of the note |
The text content of the note | ||
| date* | string | The date/time the note was created |
The date/time the note was created | ||
| noteFromUserCode* | string | The code of the user who authored this note |
The code of the user who authored this note | ||
| pinnedLevel | integer | The pinned level for ordering pinned notes |
The pinned level for ordering pinned notes | ||
JSON Example
{
"text": "string",
"date": "2024-01-01T00:00:00Z",
"noteFromUserCode": "string",
"pinnedLevel": 0
}