API Docs / Schemas / UpdateClientNoteRequest

UpdateClientNoteRequest

Request DTO for updating a 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

noteFromUserCodestring

The code of the user who authored this note. Defaults to the authenticated user if not provided.

The code of the user who authored this note. Defaults to the authenticated user if not provided.

pinnedLevelinteger

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
}

Used By Operations