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.CustomerNoteSummary| Name | 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-11-03T19:45:14.3113073+00:00",
"modifiedTimestamp": "2025-11-03T19:45:14.3113073+00:00",
"editable": true,
"customerId": 7,
"id": 8,
"uri": "sample string 9"
}