CustomerNotes

Update a Customer Note

Updates the contents of an existing customer note.

put/customers/customers/{customerId}/notes/{noteId}

Request body

notestring

Replacement body for the note in plain text. The note's author and timestamps are not updated.

Example request

{
  "note": "VIP guest — please welcome by name at reception."
}

Response

The customer's note was successfully retrieved

Changes

No recorded changes to this endpoint across all 1 revision of this API.