post CheckIn
POST {{HostName}}/fof/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/checkIns
Request Params
Key | Datatype | Required | Description |
---|
reservationId | null | | Unique OPERA reservation ID which is used to find reservation from OPERA. This ID is a primary identification of a reservation in OPERA |
hotelId | null | | Unique ID of the hotel where reservation is being booked |
`` | null | | |
Request Body
{"reservation"=>{"roomId"=>"{{RoomId}}", "ignoreWarnings"=>true, "stopCheckin"=>false, "printRegistration"=>false}, "fetchReservationInstruction"=>["ReservationDetail"], "includeNotifications"=>true}
Key | Datatype | Required | Description |
---|
Content-Type | string | | |
x-hotelid | string | | |
x-app-key | string | | |