LeadNoteDTO
Lead note object.
idint64
Note ID (null when creating)
Example:
7001isPinboolean
Whether the note is pinned.
Default value:
falseExample:
falsetextstringrequired
Note text. Required, length 1–500.
Possible values: non-empty and <= 500 characters
Example:
Client requested a callbacktypeLeadNoteType
Lead note type enum.
SIMPLE— ordinary noteSMS— a sent SMSPHONE— a phone call note
Possible values: [SIMPLE, SMS, PHONE]
Default value:
SIMPLEExample:
SIMPLELeadNoteDTO
{
"id": 7001,
"isPin": false,
"text": "Client requested a callback",
"type": "SIMPLE"
}