---
title: "Project time slot"
method: POST
path: "/slot_projection"
tags: ["Booking Endpoints"]
---

# Project time slot

`POST /slot_projection`

Preview cost and check conflicts for a time slot.

## Headers

- `Authorization` string, required

## Request body

- object
  - `projection_params` object
    - `start_time` string
    - `end_time` string
    - `date` string, date
    - `start_at` string
    - `end_at` string
    - `room_id` integer
    - `room_code` string
    - `booking_code` string

## Response `200`

Slot projection

- object
  - `cost` integer
  - `hours` number
  - `days` integer
  - `overlapping_bookings` object[]
  - `explanation` string

---

[API](https://skmtc.net/jammed-org/apis/jammed-bookings-api.md) · [All operations](https://skmtc.net/jammed-org/apis/jammed-bookings-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jammed-org/jammed-bookings-api/versions/3fc6a6f91b06/schema)
