resolve Room Maintenance
PUT {{HostName}}/hsk/v1/hotels/{{HotelId}}/maintenances/{{MainteananceId}}/resolve
use this operation to mark a Room Maintenance as resolved. You will find the RoomMaintenanceId for the body of this request, from the get request - getRoomMaintenances.
Request Body
{"criteria"=>{"maintenanceId"=>{"type"=>"RoomMaintenanceId", "id"=>"5060"}, "hotelId"=>"{{HotelId}}"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-hotelid | string | ||
x-app-key | string |