---
title: "차고지 등록"
method: POST
path: "/admin/garages"
tags: ["CarSharing Garage"]
---

# 차고지 등록

`POST /admin/garages`

차고지 관리 > 차고지 등록

## Request body

- GarageCreateRequest
  - `garageName` string, required
  - `locationAddress` string
  - `roadAddress` string
  - `detailAddress` string
  - `fileId` string
  - `operationStartTime` string, required
  - `operationEndTime` string, required
  - `usedYn` string, 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)
