Requests
Objects
Enums
|
MyMeetings: SyncCommitCommit synchronization changes to MeetingBooster. Changes made by the
client as part of a synchronization should be commited to MeetingBooster
using this request. Changes commited will not be retuned at next
synchronzation. Before using this request you should do a Sync request
to get a SyncToken.
HTTP requestPOST ../api/v1/mymeetings/synccommit
Parameters
Request Body
The changes to commit to MeetingBoster.
Remember to set the Synctoken from the last Sync request
ResponseIf any of the objects you have commiting has changed since the Sync,
the SyncCmmit will fail, and you will have to do a new Sync/SyncCommit
|