---
title: "Create Service Booking"
method: POST
path: "/api/v1/service_bookings/create_service_booking"
---

# Create Service Booking

`POST /api/v1/service_bookings/create_service_booking`

## Request body

- SBCreateRequest
  - `participant` integer, required
  - `participant_surname` string, required
  - `date_of_birth` string, required
  - `booking_type` string, required
  - `start_date` string, required
  - `end_date` string, required
  - `participant_plan_id` integer
  - `declaration` boolean
  - `items` unknown[]
    - unknown

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/caresquare/apis/fastapi.md) · [All operations](https://skmtc.dev/caresquare/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/caresquare/fastapi/revisions/c9df874d8d59/schema)
