POST POS/Customers/{id}/Notes Try Now
Adds the customer note.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The identifier.
|
string |
Required
|
Body Parameters
The note.
string
Request Formats
application/json, text/json
Sample:
""
Response Information
Resource Description
| 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-09-27T06:57",
"DateUpdated": "2025-09-27T06:57"
}