Returns the count of deleted records for a particular record type and synchronization session
This operation provides the total number of records that may be returned by GetIncrementalDeletes for the specified RecordType in a synchronization session.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:soap.convio.com"> <soapenv:Header> <urn:Session> <urn:SessionId> eb00584da96a24e3d78d70e70fb19b0b0c688851:JServSessionIdr005=1bzmoymcx1.app8007:1001021:318:2010-03-09T20:53:55.538Z </urn:SessionId> </urn:Session> </soapenv:Header> <soapenv:Body> <urn:GetIncrementalDeletesCount> <urn:PartitionId>1001</urn:PartitionId> <urn:RecordType>Constituent</urn:RecordType> <urn:PageSize>100</urn:PageSize> </urn:GetIncrementalDeletesCount> </soapenv:Body> </soapenv:Envelope>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <GetIncrementalDeletesCountResponse xmlns="urn:soap.convio.com"> <Result> <RecordCount>2</RecordCount> </Result> </GetIncrementalDeletesCountResponse> </soap:Body> </soap:Envelope>