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": "2024-12-01T08:32", "DateUpdated": "2024-12-01T08:32" }