Ends a synchronization session between Luminate Online and a remote system.
Ending a synchronization indicates that the remote system has successfully exchanged all records with Luminate Online, and that it is safe to move the default time window for the next synchronization, starting with the start time of the synchronization that has just ended and ending with the current time.
Returns a SynchronizationFault if there is no active synchronization session for the specified partition and currently authenticated user.
<?xml version='1.0' encoding='UTF-8' ?>
<soap:Envelope xmlns:soap='http://schemas.xmlsoap.org/soap/envelope/'>
<soap:Header>
<Session xmlns='urn:soap.convio.com'>
<SessionId>9b35f8351f300a7c11a5ce232c9ce82ed6240aa1:JSESSIONID=abc0IZk5Fzfq8gdboKT4r:10000100:2008-12-12T23:38:36.362Z</SessionId>
</Session>
</soap:Header>
<soap:Body>
<EndSynchronization xmlns='urn:soap.convio.com'>
<PartitionId>10000103</PartitionId>
</EndSynchronization>
</soap:Body>
</soap:Envelope>
<?xml version='1.0' encoding='UTF-8'?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <EndSynchronizationResponse xmlns="urn:soap.convio.com"> <Result> <PartitionId>10000103</PartitionId> <Start>2008-12-11T00:00:00Z</Start> <End>2008-12-12T00:00:00Z</End> <SyncId>183</SyncId> </Result> </EndSynchronizationResponse> </soap:Body> </soap:Envelope>