A system room account. Room accounts may be viewed, created, updated, and deleted using this API. Content-Type: application/vnd.plcm.plcm-room+xml. All attributes are used in ETag calculation except for entity-tag and atom-link.
Name | Type | Description | Attributes |
---|---|---|---|
atomLinkList | Array of Link | See Definition of Link | |
associatedDevice | Array of PlcmDevice | ||
roomUuid | string | Identifier of the room. Leave it blank if this is a new room | |
roomname | Roomname | The room's name. Roomname uniquely identifies a room. | Mandatory |
domain | string | The domain associated with the room. All rooms added manually to the system are in the LOCAL domain. Modification of this field is not allowed. | |
emailAddress | EmailAddress | The email address of the room. | |
description | Description | The description of the room. | |
tenantId | string | The tenant that this room belongs to. | |
siteUuid | SiteUuid | The site that the room belongs to. | Mandatory |
siteName | SiteName | The site name that the room belongs to. This field is read only. | |
entityTag | EntityTag | The unique value generated from the server object instance. This value is the same value that MUST be applied to the HTTP Entity Tag (ETag) header for a single instance of this object. Client modification of this field is not allowed for this instance. |
Name | Type | Restrictions |
---|---|---|
EntityTag | string | Length of value must be >=1 Length of value must be <=64 |
SiteName | string | Length of value must be >=0 Length of value must be <=512 |
SiteUuid | string | Length of value must be >=1 Length of value must be <=512 |
Description | string | Length of value must be >=0 Length of value must be <=512 |
EmailAddress | string | Length of value must be >=0 Length of value must be <=512 |
Roomname | string | Length of value must be >=0 Length of value must be <=256 |