---
title: "예약 시리즈 승인/반려"
method: PUT
path: "/approvals/reservation-series"
tags: ["CarSharing Reservation"]
---

# 예약 시리즈 승인/반려

`PUT /approvals/reservation-series`

예약 시리즈 승인/반려

## Request body

- ConfirmReservationSeries
  - `reservationSeriesId` integer, required — 예약 시리즈 아이디
  - `approvalMethod` 'APPROVE' | 'REJECT', required — 승인 여부
  - `approvalMessage` string, required — 승인 사유

## Response `200`

OK

---

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