Cisco Cisco TelePresence Management Suite (TMS) Version 15 Developer's Guide

Page of 81
Booking API functions
This reference section describes all the available functions of the booking API.
DeleteConferenceByExternalId
Delete a conference using a conference ID from an external source, usually Exchange.
This function is primarily intended for use by Cisco TMSXE.
Supported parameters:
ExternalSourceId
Unique identifier of the external source.
ExternalConferenceId
Unique identifier of the conference within the external source (primary key in 
database).
DeleteConferenceById 
Deletes a conference with the given ConferenceId (as defined in Cisco TMS). If the conference is part of a 
recurring series, the whole series will be deleted.
Supported parameters:
ConferenceId
The ConferenceId of the conference to delete.
Returned data:
 Nothing.
DeleteConferenceInstanceByExternaId
Delete an occurrence of a series using a conference ID from an external source, usually Exchange.
This function is primarily intended for use by Cisco TMSXE.
Supported parameters:
ExternalSourceId
Unique identifier of the external source.
ExternalConferenceId
Unique identifier of the conference within the external source (primary key in 
database).
RecurrenceIdUTC
Identifies an instance in a series of conferences. A UTC-formatted datetime string. 
Only UTC date-time groups ending with Z are supported. Example: 1975-06-01 
23:32:11Z.
DeleteConferenceRecInstanceById 
Deletes an occurrence of a recurring conference with the given ConferenceId (as defined in Cisco TMS). This 
function is typically used when deleting a single meeting in a recurring series.
Supported parameters:
ConferenceId
The ConferenceId of the conference to delete.
Cisco TelePresence Management Suite Extension Booking API Programming Reference Guide (14.6)     
Page 54 of 81
Booking API reference
Booking API functions