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

Page of 67
GetTransactionsSince 
This function is used to get a list of conference creations, updated and deletions that must be performed in 
order to keep a mirrored conference database synchronized. The transaction identified as 
CurrentTransactionId will not be included in the array.
Supported parameters:
CurrentTransactionId
The transaction ID of the last committed transaction of the last synchronization.
Returned data:
 An array of transactions since the CurrentTransactionId.
SaveConference 
This function saves a conference in Cisco TMS.
 
If ConferenceId is not set, a new conference is created and saved, provided that the requested end time is 
in the future.
 
If ConferenceId is set, the existing conference is updated. If the provided ID is incorrect, an error is 
caused. See the section 
.
The function will fail in both of the following scenarios: 
 
One or more of the participants are already booked in the same time period.
 
A call route is to be made, but no call route could be found.
If this function is performed on a recurring conference, the entire series is affected.
Supported parameters:
Conference
The Conference object to be created/updated.
Returned data:
 A Conference object updated with actual values saved in Cisco TMS.
SaveConferenceRecInstance
Saves an instance of a recurring conference in Cisco TMS. Similar to SaveConference.
Supported parameters:
Conference
The Conference object to be created/updated
Returned data:
 A Conference object updated with actual values saved in Cisco TMS.
SaveConferences
Saves a list of conferences to Cisco TMS, with the option to save either all or none depending on availability 
information. 
Cisco TMSBA Programming Reference Guide (14.3)
Page 51 of 67
Booking API reference