GET v1/CustomerNotes/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Common.Dto.Get.CustomerNoteSummaryName | Description | Type | Additional information |
---|---|---|---|
userWhoCreatedNote | string |
None. |
|
note | string |
None. |
|
sourceApplication | string |
None. |
|
createdTimestamp | date |
None. |
|
modifiedTimestamp | date |
None. |
|
editable | boolean |
None. |
|
customerId | integer |
None. |
|
id | integer |
None. |
|
uri | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "userWhoCreatedNote": "sample string 1", "note": "sample string 2", "sourceApplication": "sample string 3", "createdTimestamp": "2025-05-21T08:05:02.5832402+00:00", "modifiedTimestamp": "2025-05-21T08:05:02.5832402+00:00", "editable": true, "customerId": 7, "id": 8, "uri": "sample string 9" }