---
title: "차량 등록"
method: POST
path: "/admin/vehicles"
tags: ["Admin CarSharing Vehicle"]
---

# 차량 등록

`POST /admin/vehicles`

차량 관리 > 차량 등록

## Request body

- AdminVehicleCreateRequest
  - `garageId` integer, required
  - `vehicleNumber` string, required
  - `vehicleName` string, required
  - `vehicleModel` string, required
  - `trimName` string, required
  - `capacity` integer
  - `carTypeCode` 'LIGHT' | 'SMALL' | 'COMPACT' | 'MIDSIZE' | 'SEMI_FULL_SIZE' | 'FULL_SIZE' | 'SEMI_FULL_SIZE_SUV' | 'SUB_COMPACT_SUV' | 'MIDSIZE_SUV'
  - `fuelTypeCode` 'GASOLINE' | 'LPG' | 'DIESEL' | 'HYBRID' | 'EV' | 'HYDROGEN', required
  - `gearboxTypeCode` 'MANUAL' | 'AUTO'
  - `fuelEfficiency` number, double
  - `modelYear` integer
  - `color` string
  - `vehicleImageFileId` string
  - `vehicleOptions` string
  - `vehicleStatusType` 'TEMPORARY_REGISTRATION' | 'VEHICLE_INSPECTION_REQUEST' | 'IN_VEHICLE_INSPECTION' | 'DEVICE_INSTALLATION_REQUEST' | 'WAITING_FOR_USE' | 'AVAILABLE' | 'WAITING_FOR_DELIVERY' | 'DELIVERING' | 'IN_USE' | 'NOT_AVAILABLE' | 'VEHICLE_ACCIDENT' | 'TEMPORARY_ALLOCATION' | 'IN_SUBSCRIPTION_PROCESS' | 'SOLD' | 'COMPLETED_USAGE', required
  - `lastLocation` string
  - `vehicleGroupId` integer
  - `usedYn` string, required
  - `showYn` string, 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)
