---
title: "Create multiple time bookings at once"
method: POST
path: "/time_bookings/bulk_create.json"
tags: ["Time bookings"]
---

# Create multiple time bookings at once

`POST /time_bookings/bulk_create.json`

## Request body

- TimeBookingParams[]
  - `start` string, date-time
  - `stop` string, date-time
  - `user_id` integer
  - `project_id` integer
  - `activity_id` integer
  - `issue_id` integer
  - `comments` string

## Response `200`

time bookings found

## Other responses

- `400` — insufficient permissions
- `401` — missing or wrong api key

## Changes

- **2026-07-17** (v1) `42cc6d20ab5d` — 1 info
  - added optional request body
- **2017-07-21** (v1) `7805e8118edd` — 1 breaking
  - removed the request body

[Change history](https://skmtc.dev/hicknhack-software/apis/hourglass-api/changes/time_bookings/bulk_create.json/post.md)

---

[API](https://skmtc.dev/hicknhack-software/apis/hourglass-api.md) · [All operations](https://skmtc.dev/hicknhack-software/apis/hourglass-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hicknhack-software/hourglass-api/revisions/42cc6d20ab5d/schema)
