GET POS/Customers/{id}/Notes?FromDate={FromDate}&ToDate={ToDate}&FilterByTime={FilterByTime} Try Now
Gets the customer notes.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The identifier.
|
string |
Required
|
| FromDate |
Start Date of UpdatedSince Date Range
|
string |
None.
|
| ToDate |
End Date of UpdatedSince Date Range
|
string |
None.
|
| FilterByTime |
Include or Exclude Time in Date Range
|
boolean |
None.
|
Body Parameters
None.
Response Information
Resource Description
Collection of CustomerNoteResponse
| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerNoteId |
The customer note identifier.
|
string |
None.
|
| CustomerId |
The customer identifier.
|
string |
None.
|
| Note |
The note.
|
string |
None.
|
| DateAdded | date |
None.
|
|
| DateUpdated |
The Date updated.
|
date |
None.
|
Response Formats
application/json, text/json
Sample:
[
{
"CustomerNoteId": "",
"CustomerId": "",
"Note": "",
"DateAdded": "2025-11-10T01:36",
"DateUpdated": "2025-11-10T01:36"
}
]