GET POS/Customers/{id}/Notes?FromDate={FromDate}&ToDate={ToDate}&FilterByTime={FilterByTime} Try Now

Gets the customer notes.

Request Information

URI Parameters

NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional 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": "2024-03-28T11:03",
    "DateUpdated": "2024-03-28T11:03"
  }
]