POST POS/Customers/{id}/Notes Try Now

Adds the customer note.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id
The identifier.
string
Required

Body Parameters

The note.

string

Request Formats

application/json, text/json

Sample:
""

Response Information

Resource Description

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-04-06T19:08",
  "DateUpdated": "2024-04-06T19:08"
}