post Reservation Housekeeping Tasks
POST {{HostName}}/hsk/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/houseKeepingTaskSchedules
Request Body
{"reservationId"=>{"type"=>"Reservation", "id"=>"{{ReservationId}}"}, "housekeepingSchedule"=>{"facilityHousekeepingTasks"=>[{"facilityTask"=>{"description"=>"Pickup Room", "priority"=>"8", "code"=>"PU"}, "taskDate"=>"2016-07-28", "stayPeriod"=>"EntireStay", "frequency"=>"1000", "roomType"=>"CCOTHER", "roomId"=>"402", "facilityCodes"=>[{"description"=>"Towels", "quantity"=>"3", "code"=>"TOWEL"}]}], "start"=>"2016-07-27", "end"=>"2016-07-29 15:00:00.0", "cycleStartDay"=>"0"}, "hotelId"=>"{{HotelId}}"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-hotelid | string | ||
x-app-key | string |