---
title: "Book"
method: POST
path: "/api/v1/calendar_pool/{pool_id}/book"
tags: ["Calendar Pool"]
---

# Book

`POST /api/v1/calendar_pool/{pool_id}/book`

Pick a member by strategy and book on their calendar.

Body: {appointment_date: YYYY-MM-DD, appointment_time: HH:MM, email?, phone?}

## Path parameters

- `pool_id` string, uuid, required

## Request body

- object

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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