CarSharing Reservation
이용 완료
이용 완료
put/reservations/{reservationId}/complete-usage
Path parameters
reservationIdinteger required
Request body
Example request
{
"parkingLocation": "4층 B-31",
"energyAmount": 90,
"isChargingYn": "Y"
}Response
OK
이용 완료
{
"parkingLocation": "4층 B-31",
"energyAmount": 90,
"isChargingYn": "Y"
}OK