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

Page of 74
CurrentTransactionId
The transaction ID of the last committed transaction of the last synchronization.
Returned data:
 An array of transactions since the CurrentTransactionId. This array will also contain the 
TransType element, which may be New or Updated or Deleted or ListIncomplete
If the provided ID does not exist, this will cause an error. See the section 
GetTransactionsSinceWithExternalId
Get a list of conference create, update and delete operations that must be performed in order to keep a 
mirrored conference database synchronized.
This function is primarily intended for use by Cisco TMSXE.
See 
.
SaveConference 
This function saves a conference in Cisco TMS.
 
n
If ConferenceId is not set, a new conference is created and saved, provided that the requested end time is 
in the future.
 
n
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: 
 
n
One or more of the participants are already booked in the same time period.
 
n
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
Used to update 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.
Cisco TelePresence Management Suite Extension Booking API Programming Reference Guide (14.4)     
Page 58 of 74
Booking API reference