V2: Update Room
Description
This endpoint updates the room information.
HTTP Method
put
URL
api/Room/{languageid}
Path Parameters
| Name | Type |
|---|---|
| languageid | required <integer> |
Query Parameters
| Name | Type |
|---|---|
| api-version | optional <string> |
Body
{
"SiteID": 0,
"RoomID": 0,
"Occupancy": 0,
"IsActive": true,
"RoomName": "string",
"IsConflictCheck": true,
"StartBufferMins": 0,
"EndBufferMins": 0,
"EmailAddress": "string"
}
Response
{
"SiteID": 0,
"RoomID": 0,
"Occupancy": 0,
"IsActive": true,
"RoomName": "string",
"IsConflictCheck": true,
"StartBufferMins": 0,
"EndBufferMins": 0,
"EmailAddress": "string"
Example
{
"SiteID": 123,
"RoomID": 456,
"Occupancy": 35,
"IsActive": true,
"RoomName": "Conference Room A",
"IsConflictCheck": true,
"StartBufferMins": 15,
"EndBufferMins": 15,
"EmailAddress": "rooma@company.com"
}
Success Response
Code: 200 OK