Share via


4.2.4.1 HTTP Request

The body of the request includes all of the properties described in section 3.1.5.6.2.1.

 POST https://pool0.vdomain.com/ucwa/applications/BugSBxO22nYVkBrURmbIgLbv95e0=/myOnlineMeetings HTTP/1.1
 User-Agent: curl/7.21.0 (amd64-pc-win32) libcurl/7.21.0 OpenSSL/0.9.8o zlib/1.2.3
 Host: pool0.vdomain.com
 Accept: application/vnd.microsoft.com.ucwa+xml
 Accept-Language: en-US
 Content-Type: application/vnd.microsoft.com.ucwa+xml
 Date: Thu, 21 Jun 2012 06:01:14 GMT
 Authorization: Bearer cwt=AAEBHAEFAAAAAAAFFQAAAPmQRuRgha2wB2cEg...
 Content-Length: 877
  
 <input xmlns="http://schemas.microsoft.com/rtc/2012/03/ucwa">
   <property name="accessLevel">Everyone</property>
   <property name="entryExitAnnouncement">Disabled</property>
   <property name="automaticLeaderAssignment">Everyone</property>
   <property name="description">Capabilities-based conference for BVT</property>
   <property name="expirationTime">2012-12-17T17:10:48.5520049-08:00</property>
   <property name="lobbyBypassForPhoneUsers">Disabled</property>
   <property name="phoneUserAdmission">Enabled</property>
   <property name="subject">Dynamic conference scheduling values</property>
   <propertyList name="leaders">
     <item>sip:User1@vdomain.com</item>
     <item>sip:User2@vdomain.com</item>
   </propertyList>
   <propertyList name="attendees">
     <item>sip:User3@vdomain.com</item>
     <item>sip:User4@vdomain.com</item>
   </propertyList>
 </input>