POST CustomerNote/Save

Saves the specified Customer Note.

Request Information

URI Parameters

None.

Body Parameters

The Customer Note.

Customer Note
NameTypeAdditional informationDescription
ID integer

Required

Subject string

Required

String length: inclusive between 0 and 100

EntryDate nullable date

None.

ActionDate date

Required

Status nullable bool

None.

Note string

None.

HasAttachments nullable bool

None.

CustomerId integer

None.

CustomerName string

None.

NotePriority nullable integer

None.

NoteType nullable integer

None.

Gets or sets the type of the note. CustomerZoneNote = 0

Priority nullable integer

None.

UserTaskCategoryId nullable integer

None.

NotifyAssignee nullable bool

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerId": 1,
  "CustomerName": "sample string 2",
  "NotePriority": 1,
  "NoteType": 1,
  "Priority": 1,
  "UserTaskCategoryId": 1,
  "NotifyAssignee": true,
  "ID": 3,
  "Subject": "sample string 4",
  "EntryDate": "2024-03-29",
  "ActionDate": "2024-03-29",
  "Status": true,
  "Note": "sample string 5",
  "HasAttachments": true
}

Response Information

Resource Description

Customer Note
NameTypeAdditional informationDescription
ID integer

Required

Subject string

Required

String length: inclusive between 0 and 100

EntryDate nullable date

None.

ActionDate date

Required

Status nullable bool

None.

Note string

None.

HasAttachments nullable bool

None.

CustomerId integer

None.

CustomerName string

None.

NotePriority nullable integer

None.

NoteType nullable integer

None.

Gets or sets the type of the note. CustomerZoneNote = 0

Priority nullable integer

None.

UserTaskCategoryId nullable integer

None.

NotifyAssignee nullable bool

None.

Response Formats

application/json, text/json

Sample:
{
  "CustomerId": 1,
  "CustomerName": "sample string 2",
  "NotePriority": 1,
  "NoteType": 1,
  "Priority": 1,
  "UserTaskCategoryId": 1,
  "NotifyAssignee": true,
  "ID": 3,
  "Subject": "sample string 4",
  "EntryDate": "2024-03-29",
  "ActionDate": "2024-03-29",
  "Status": true,
  "Note": "sample string 5",
  "HasAttachments": true
}