---
title: "Create a guest note"
method: POST
path: "/v1/guests/{guest_id}/notes"
---

# Create a guest note

`POST /v1/guests/{guest_id}/notes`

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.

## Path parameters

- `guest_id` string, required

## Request body

- object
  - `id` string — Unique identifier of the guest note.
  - `name` string — Name of the center where the guest note is created.
  - `alert` boolean — Indicates whether the guest note alert is active.
  - `created_date` string — Date when the note was created.
  - `entity_name` string — Entity Name For which the note is added.
  - `entity_pk` integer — Entity for which the note is added.
  - `is_private` boolean — Indicates whether the note is private.
  - `note_type` '0' | '2' | '3' | '4' | '8' | '10' — Type of the guest note: Unknown - 0, Generic - 2, Checkin - 3, Booking - 4, Payment - 8, Profile - 10
  - `notes` string — The content of the guest note.
  - `privacy_type` '2' | '3' — Type of the privacy note. Privacy 2 and Privacy 3

## Response `200`

200

- object
  - `id` string
  - `is_private` boolean
  - `alert` boolean
  - `note_type` integer
  - `notes` string
  - `center` object
    - `id` string
    - `name` string
  - `added_by` object
    - `id` string
    - `name` string
  - `created_date` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/zenoti/apis/zenoti-authentication.md) · [All operations](https://skmtc.net/zenoti/apis/zenoti-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zenoti/zenoti-authentication/revisions/e628f892391a/schema)
