---
title: "차량 그룹 등록"
method: POST
path: "/admin/car-sharing/vehicle-groups"
tags: ["Admin Vehicle Group"]
---

# 차량 그룹 등록

`POST /admin/car-sharing/vehicle-groups`

## Request body

- AdminVehicleGroupCreateRequest
  - `groupName` string, required
  - `description` string
  - `displayCarGroupId` integer
  - `usedYn` string, required
  - `showYn` string, required
  - `garageId` integer, required

## 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)
