To add Case Note
| Name | Description | Additional information |
|---|---|---|
| model | NoteModel model |
Define this parameter in the request body. |
{
"NoteId": 1,
"CaseId": 1,
"AccountId": 1,
"NoteTitle": "sample string 2",
"NoteBody": "sample string 3",
"CreateDte": "2025-12-01T18:31:10.4608734+00:00",
"CreateUser": "sample string 5"
}