| POST | /api/scheduling/meeting-room |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | body | string | No | The ID of the meeting room you want to retrieve |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| CustomerName | form | string | Yes | The HostedSuite Customer Name |
| UserName | form | string | Yes | The HostedSuite User Name. Data visibility and security is based on this user's permissions. |
| Password | form | string | Yes | The HostedSuite User's Password |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | form | string | No | |
| DateLastModified | form | string | No | |
| Name | form | string | No | |
| CenterId | form | string | No | |
| CenterName | form | string | No | |
| CustomFields | form | List<CustomFieldInfo> | No | |
| MinBookingDuration | form | int | No | |
| DoubleBookingPolicy | form | DoubleBookingPolicyTypes | No | |
| Visibility | form | MeetingRoomVisibilityTypes | No | |
| SchedulingNotice | form | string | No | |
| Description | form | string | No | |
| BillAsServiceId | form | string | No | |
| BillAsServiceName | form | string | No | |
| Capacity | form | int | No | |
| IsActive | form | bool | No | |
| InternalName | form | string | No | |
| CategoryIds | form | List<string> | No | |
| OrderInScheduler | form | int | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Name | form | string | No | |
| Value | form | string | No |
| NeverAllow |
| AlwaysAllow |
| AllowWithPermissions |
| Everyone |
| InternalUseOnly |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | form | string | No | |
| DateLastModified | form | string | No | |
| Name | form | string | No | |
| CenterId | form | string | No | |
| CenterName | form | string | No | |
| CustomFields | form | List<CustomFieldInfo> | No | |
| MinBookingDuration | form | int | No | |
| DoubleBookingPolicy | form | DoubleBookingPolicyTypes | No | |
| Visibility | form | MeetingRoomVisibilityTypes | No | |
| SchedulingNotice | form | string | No | |
| Description | form | string | No | |
| BillAsServiceId | form | string | No | |
| BillAsServiceName | form | string | No | |
| Capacity | form | int | No | |
| IsActive | form | bool | No | |
| InternalName | form | string | No | |
| CategoryIds | form | List<string> | No | |
| OrderInScheduler | form | int | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /api/scheduling/meeting-room HTTP/1.1
Host: cpo.hostedsuite.com
Accept: application/xml
Content-Type: application/xml
Content-Length: length
<GetMeetingRoomRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Evo.HostedSuite.Core.ServiceModel">
<CustomerName>String</CustomerName>
<Password>String</Password>
<UserName>String</UserName>
<Id>String</Id>
</GetMeetingRoomRequest>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<MeetingRoomInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Evo.HostedSuite.Core.ServiceModel">
<BillAsServiceId>String</BillAsServiceId>
<BillAsServiceName>String</BillAsServiceName>
<Capacity>0</Capacity>
<CategoryIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>String</d2p1:string>
</CategoryIds>
<CenterId>String</CenterId>
<CenterName>String</CenterName>
<CustomFields>
<CustomFieldInfo>
<Name>String</Name>
<Value>String</Value>
</CustomFieldInfo>
</CustomFields>
<DateLastModified>String</DateLastModified>
<Description>String</Description>
<DoubleBookingPolicy>NeverAllow</DoubleBookingPolicy>
<Id>String</Id>
<InternalName>String</InternalName>
<IsActive>false</IsActive>
<MinBookingDuration>0</MinBookingDuration>
<Name>String</Name>
<OrderInScheduler>0</OrderInScheduler>
<SchedulingNotice>String</SchedulingNotice>
<Visibility>Everyone</Visibility>
</MeetingRoomInfo>