Check In a Guest
POST {{HostName}}/fof/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/checkIns
To check in a guest at the property.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
fetchInstructions | string |
Request Body
{"reservation"=>{"roomId"=>"{{RoomId}}", "ignoreWarnings"=>true, "stopCheckin"=>false, "printRegistration"=>false}, "fetchReservationInstruction"=>["ReservationDetail"], "includeNotifications"=>true}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
x-app-key | string | ||
x-hotelid | string |