---
title: "휴무일 등록"
method: POST
path: "/admin/holidays"
tags: ["CarSharing Holiday"]
---

# 휴무일 등록

`POST /admin/holidays`

휴일 관리 > 휴무일 등록

## Request body

- HolidaySaveRequest
  - `date` string, date, required
  - `holidayName` string, required
  - `memo` string
  - `applyScope` string, required
  - `garageIds` integer[], required
  - `clientId` integer
  - `clientName` string
  - `businessPlaceId` integer
  - `businessPlaceName` string

## Response `201`

Created

---

[API](https://skmtc.dev/capora/apis/openapi-definition.md) · [All operations](https://skmtc.dev/capora/apis/openapi-definition/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/capora/openapi-definition/revisions/42e54cb2362a/schema)
