v1
latestOpenAPI 3.1.02026-07-2422707.0 MBUpdate a guest note
This API helps you to update the details of the specified guest note.
You must specify the unique identifier of the guest as guest_id and the note as note_id in the API request.
Important
You can change the notes and note_type elements by using this API. You can change the alert of a note by modifying the note_type as generic = 2. You cannot update note_type for a private guest note.
put/v1/guests/{guest_id}/notes/{note_id}
Path parameters
guest_idstring required
Mandatory Unique 32-character identifier of the guest.
note_idstring required
Mandatory Unique 32-character identifier of the guest note.
Request body
Response
200
Example response
{
"id": "9805fb48-4c52-44fc-90da-66b1d063e8bb",
"alert": true,
"note_type": 8,
"notes": "sample string 4",
"center": {
"id": "c56f4e05-62b5-4033-b42e-b72db37722df",
"name": "London"
},
"created_date": "2018-12-20T11:06:57"
}