PUT v1/Contacts/Notes
Create a new note
Request Information
URI Parameters
None.
Body Parameters
Note to be created
NoteDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Comment | string |
None. |
|
| CreatedBy | string |
None. |
|
| EmployeeId | integer |
None. |
|
| CreatedOn | string |
None. |
|
| ModifiedAt | string |
None. |
|
| ModifiedBy | string |
None. |
|
| ParentId | integer |
None. |
|
| AssignedPolicyId | integer |
None. |
|
| AssignedContactId | integer |
None. |
|
| Important | boolean |
None. |
|
| RelatedNotes | Collection of RelatedNoteDTO |
None. |
|
| BulkInsertId | globally unique identifier |
None. |
|
| BulkInsertSessionId | globally unique identifier |
None. |
|
| IsPinned | boolean |
None. |
|
| NotesHistories | Collection of NotesHistory |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Created note
ActionResultDTOOfNoteDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | NoteDTO |
None. |
|
| CreatedBy | string |
None. |
|
| EntityID | integer |
None. |
|
| RowSource | string |
None. |
|
| PolicyID | integer |
None. |
|
| IsSuccess | boolean |
None. |
|
| ErrorCode | string |
None. |
|
| ErrorMessage | string |
None. |
|
| InfoMessage | string |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml
Sample:
text/xml
Sample: