CarSharing Reservation
예약 시리즈 등록
예약 시리즈 등록
post/reservations/series
Request body
Example request
{
"vehicleGroupId": 3,
"itemId": 4,
"seedDatetime": "2025-08-03T13:00:00.000Z",
"usagePeriodMinutes": 180,
"windowStartAt": "2025-08-01T13:00:00.000Z",
"windowEndAt": "2025-08-31T13:00:00.000Z",
"maxCount": 10,
"rRule": "FREQ=WEEKLY;BYDAY=MO",
"reservationStartAts": [
"2025-08-01T13:00:00.000Z",
"2025-08-08T13:00:00.000Z",
"2025-08-15T13:00:00.000Z"
],
"approvalReason": {
"requestMessage": "부산 출장"
}
}Response
OK