POST SalesRepresentativeNote/Save
Saves the specified Sales Representative Note.
Request Information
URI Parameters
None.
Body Parameters
The Sales Representative Note.
Sales Representative Note| Name | Type | Additional information | Description |
|---|---|---|---|
| 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. |
|
| SalesRepresentativeId | integer |
None. |
|
| SalesRepresentativeNoteId | integer |
None. |
|
| HasAttachments | nullable bool |
None. |
Request Formats
application/json, text/json
Sample:
{
"SalesRepresentativeId": 1,
"SalesRepresentativeNoteId": 2,
"HasAttachments": true,
"ID": 3,
"Subject": "sample string 4",
"EntryDate": "2025-11-07",
"ActionDate": "2025-11-07",
"Status": true,
"Note": "sample string 5"
}
Response Information
Resource Description
Sales Representative Note| Name | Type | Additional information | Description |
|---|---|---|---|
| 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. |
|
| SalesRepresentativeId | integer |
None. |
|
| SalesRepresentativeNoteId | integer |
None. |
|
| HasAttachments | nullable bool |
None. |
Response Formats
application/json, text/json
Sample:
{
"SalesRepresentativeId": 1,
"SalesRepresentativeNoteId": 2,
"HasAttachments": true,
"ID": 3,
"Subject": "sample string 4",
"EntryDate": "2025-11-07",
"ActionDate": "2025-11-07",
"Status": true,
"Note": "sample string 5"
}