---
title: "Create a guest form"
method: POST
path: "/v1/Guests/{guest_id}/Forms"
---

# Create a guest form

`POST /v1/Guests/{guest_id}/Forms`

This API helps you to create a guest form for the specified guest.You must specify the unique identifier of the guest as `guest_id` in the API request.

## Query parameters

- `guest_id` string, required

## Request body

- object
  - `form_id` string — Unique identifier of the form.
  - `is_required_filled` boolean — Denotes if the required fields are filled or not. True - means the required fields are filled. False - means the required fields are not filled.
  - `is_reviewed` boolean — Denotes if the form is reviewed. True - means the form is reviewed. False - means the form is not reviewed.
  - `is_form_submitted` boolean — Denotes if the form is submitted or not. True - means the form is submitted. False - means the form is not submitted.
  - `tag_id` string — Unique identifier of the tag in the form.
  - `Source` string — Source where the form is saved.

## Response `200`

200

- object
  - `success` boolean

## 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/versions/e628f892391a/schema)
