Create a new Room Maintenance Request
POST {{HostName}}/hsk/v0/hotels/{{HotelId}}/rooms/maintenanceCodes/{{MaintenanceCode}}
Use this API to create a maintenances for a specific room - such as Air Conditioning needs fixing. You can find the available Room maintenance codes from the operation in ListOfValues module - LOV getMaintenanceCodes.
Request Body
{"criteria"=>{"roomIds"=>["101"], "hotelId"=>"{{HotelId}}", "maintenanceCode"=>"AIRCON", "remarks"=>"AC Repair"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-hotelid | string | ||
x-app-key | string |