GET SalesRepresentativeNote/Get/{id}
Gets the specified Sales Representative Note based on the identifier.
Request Information
URI Parameters
Name | Type | Additional information | Description |
---|---|---|---|
id | integer |
Required |
The identifier. |
Body Parameters
None.
Response Information
Resource Description
Sales Representative NoteName | 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": "2024-11-15", "ActionDate": "2024-11-15", "Status": true, "Note": "sample string 5" }