v1
latestOpenAPI 3.1.02026-07-2422707.0 MBCreate a guest note
This API helps you to create a note for the guest.
You must specify the unique identifier of the guest as <glossary:guest_id> in the API request.
post/v1/guests/{guest_id}/notes
Path parameters
guest_idstring required
Unique identifier of the guest.
Request body
Response
200
Example response
{
"id": "9805fb48-4c52-44fc-90da-66b1d063e8bb",
"alert": true,
"note_type": 10,
"notes": "Guest always prefer evening timings",
"center": {
"id": "c56f4e05-62b5-4033-b42e-b72db37722df",
"name": "London"
},
"added_by": {
"id": "c56f4e05-62b5-4033-b42e-b72db37722df",
"name": "admin owner"
},
"created_date": "2018-12-20T11:06:57"
}