S
T with XML body:<body><bodyContent
xsi:type="java:com.Web
ex.service.binding.meeti
ng.CreateMeeting"><metaData><confName>Br
anding
Meeting</confName></metaData><schedule><startDate/></schedule></bodyContent></body>name, start time,
password, and attendeesExample 10-14 shows how to make an API call to create a
new meeting with a particular subject line. The response
is usually the new meeting ID.
Example 10-14 Creating a New Meeting Using the
CreateMeeting API
Click here to view code image
curl -X POST \
https://api.Webex.com/WBXService/XMLService \
-H 'cache-control: no-cache' \
-H 'content-type: application/xml' \
-d '<?xml version="1.0" encoding="UTF-8"?>
<serv:message
xmlns:xsi="http://www.w3.org/2001/XMLSchema-
instance">
<header>
<securityContext>
<WebexID>devasc</WebexID>