change Hotel Room Maintenance Reasons
PUT {{HostName}}/rm/config/v1/hotels/{{HotelId}}/roomMaintenanceReasons/{{ReasonCode}}
Request Body
{"hotelRoomMaintenanceReasons"=>[{"hotelId"=>"{{HotelId}}", "code"=>"COFFEE", "description"=>"Coffee Machine is really Broken", "sellSequence"=>"1", "inactive"=>false}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
x-hotelid | string | ||
x-app-key | string |