CarSharing Reservation

예약 등록

예약 등록

post/reservations

Request body

itemIdinteger required

개별 상품 아이디(ex. vehicleId)

reservationStartAtstring date-time required

예약 시작 시간

reservationEndAtstring date-time required

예약 종료 시간

Example request

{
  "itemId": 4,
  "reservationStartAt": "2025-08-01T13:00:00.000Z",
  "reservationEndAt": "2025-08-03T13:00:00.000Z",
  "approvalReason": {
    "requestMessage": "부산 출장"
  }
}

Response

OK

Changes

No recorded changes to this endpoint across all 1 revision of this API.