change Housekeeping Attendants
PUT {{HostName}}/rm/config/v1/hotels/{{HotelId}}/housekeepingAttendants/{{AttendantId}}
Request Body
{"attendants"=>[{"hotelId"=>"{{HotelId}}", "attendantId"=>"ATTD2", "name"=>"Attendant 2", "phoneNo"=>"+1(123)12341234", "floor"=>"SECOND", "workingDays"=>{"sunday"=>true, "monday"=>true, "tuesday"=>true, "wednesday"=>true, "thursday"=>true, "friday"=>true, "saturday"=>true}, "inactive"=>false}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
x-hotelid | string | ||
x-app-key | string |