post Mass CheckIn
POST {{HostName}}/fof/v1/hotels/{{HotelId}}/reservations/massCheckIns
The target room is in the path and the original room is in the body
Request Body
{"criteria"=>{"hotelId"=>"{{HotelId}}", "reservationIdList"=>[{"type"=>"Reservation", "id"=>"{{ReservationId}}"}, {"type"=>"Reservation", "id"=>"936444"}], "additionalCriteria"=>{"roomStatuses"=>["Clean", "Inspected"]}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
x-hotelid | string | ||
x-app-key | string |