POST notes/saveNote
Request Information
URI Parameters
None.
Body Parameters
NotesEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| NoteId | integer |
None. |
|
| NoteCategory | integer |
None. |
|
| NoteType | integer |
None. |
|
| CaptureDate | date |
None. |
|
| Message | string |
None. |
|
| ObjectType | string |
None. |
|
| ObjectId | integer |
None. |
|
| EscalateUser | Collection of integer |
None. |
|
| EscalateRole | integer |
None. |
|
| ReminderTime | integer |
None. |
|
| CustomReminderTime | date |
None. |
|
| ParentNoteId | integer |
None. |
|
| TaskId | integer |
None. |
|
| OutcomeId | integer |
None. |
|
| SubReasonIds | Collection of integer |
None. |
|
| Closed | boolean |
None. |
|
| LeadId | integer |
None. |
|
| ParentObjectType | string |
None. |
|
| ParentId | integer |
None. |
|
| TicketId | integer |
None. |
|
| TicketTypeId | integer |
None. |
|
| ProcessInstanceId | integer |
None. |
|
| CallId | integer |
None. |
|
| CustId | integer |
None. |
|
| RecordId | integer |
None. |
|
| PabxConnectionId | string |
None. |
|
| ClientConnectionId | string |
None. |
|
| Extention | string |
None. |
|
| DialedNumber | string |
None. |
|
| StartTime | date |
None. |
|
| EndTime | date |
None. |
|
| IsOutbound | boolean |
None. |
|
| IsInBound | boolean |
None. |
|
| OriginatedBy | string |
None. |
|
| UserId | integer |
None. |
|
| TenantId | integer |
None. |
|
| CommunicationId | integer |
None. |
|
| CallDirection | string |
None. |
|
| CallLegId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"NoteId": 1,
"NoteCategory": 2,
"NoteType": 3,
"CaptureDate": "2026-04-17T11:31:13.4593946+00:00",
"Message": "sample string 5",
"ObjectType": "sample string 6",
"ObjectId": 7,
"EscalateUser": [
1,
2
],
"EscalateRole": 1,
"ReminderTime": 8,
"CustomReminderTime": "2026-04-17T11:31:13.4593946+00:00",
"ParentNoteId": 1,
"TaskId": 1,
"OutcomeId": 1,
"SubReasonIds": [
1,
2
],
"Closed": true,
"LeadId": 1,
"ParentObjectType": "sample string 9",
"ParentId": 1,
"TicketId": 1,
"TicketTypeId": 1,
"ProcessInstanceId": 1,
"CallId": 10,
"CustId": 11,
"RecordId": 1,
"PabxConnectionId": "sample string 12",
"ClientConnectionId": "sample string 13",
"Extention": "sample string 14",
"DialedNumber": "sample string 15",
"StartTime": "2026-04-17T11:31:13.4593946+00:00",
"EndTime": "2026-04-17T11:31:13.4593946+00:00",
"IsOutbound": true,
"IsInBound": true,
"OriginatedBy": "sample string 18",
"UserId": 19,
"TenantId": 20,
"CommunicationId": 1,
"CallDirection": "sample string 21",
"CallLegId": 1
}
text/html
Sample:
{"NoteId":1,"NoteCategory":2,"NoteType":3,"CaptureDate":"2026-04-17T11:31:13.4593946+00:00","Message":"sample string 5","ObjectType":"sample string 6","ObjectId":7,"EscalateUser":[1,2],"EscalateRole":1,"ReminderTime":8,"CustomReminderTime":"2026-04-17T11:31:13.4593946+00:00","ParentNoteId":1,"TaskId":1,"OutcomeId":1,"SubReasonIds":[1,2],"Closed":true,"LeadId":1,"ParentObjectType":"sample string 9","ParentId":1,"TicketId":1,"TicketTypeId":1,"ProcessInstanceId":1,"CallId":10,"CustId":11,"RecordId":1,"PabxConnectionId":"sample string 12","ClientConnectionId":"sample string 13","Extention":"sample string 14","DialedNumber":"sample string 15","StartTime":"2026-04-17T11:31:13.4593946+00:00","EndTime":"2026-04-17T11:31:13.4593946+00:00","IsOutbound":true,"IsInBound":true,"OriginatedBy":"sample string 18","UserId":19,"TenantId":20,"CommunicationId":1,"CallDirection":"sample string 21","CallLegId":1}
application/xml, text/xml
Sample:
<NotesEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.Notes">
<CallDirection>sample string 21</CallDirection>
<CallId>10</CallId>
<CallLegId>1</CallLegId>
<ClientConnectionId>sample string 13</ClientConnectionId>
<CommunicationId>1</CommunicationId>
<CustId>11</CustId>
<DialedNumber>sample string 15</DialedNumber>
<EndTime>2026-04-17T11:31:13.4593946+00:00</EndTime>
<Extention>sample string 14</Extention>
<IsInBound>true</IsInBound>
<IsOutbound>true</IsOutbound>
<OriginatedBy>sample string 18</OriginatedBy>
<PabxConnectionId>sample string 12</PabxConnectionId>
<RecordId>1</RecordId>
<StartTime>2026-04-17T11:31:13.4593946+00:00</StartTime>
<TenantId>20</TenantId>
<UserId>19</UserId>
<CaptureDate>2026-04-17T11:31:13.4593946+00:00</CaptureDate>
<Closed>true</Closed>
<CustomReminderTime>2026-04-17T11:31:13.4593946+00:00</CustomReminderTime>
<EscalateRole>1</EscalateRole>
<EscalateUser xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</EscalateUser>
<LeadId>1</LeadId>
<Message>sample string 5</Message>
<NoteCategory>2</NoteCategory>
<NoteId>1</NoteId>
<NoteType>3</NoteType>
<ObjectId>7</ObjectId>
<ObjectType>sample string 6</ObjectType>
<OutcomeId>1</OutcomeId>
<ParentId>1</ParentId>
<ParentNoteId>1</ParentNoteId>
<ParentObjectType>sample string 9</ParentObjectType>
<ProcessInstanceId>1</ProcessInstanceId>
<ReminderTime>8</ReminderTime>
<SubReasonIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</SubReasonIds>
<TaskId>1</TaskId>
<TicketId>1</TicketId>
<TicketTypeId>1</TicketTypeId>
</NotesEntity>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.