GetIncrementalDeletesCount

Returns the count of deleted records for a particular record type and synchronization session

Usage

This operation provides the total number of records that may be returned by GetIncrementalDeletes for the specified RecordType in a synchronization session.

Request Parameters

PartitionId
nonNegativeInteger
A value is required
The system-generated unique identifier of a constituent partition
RecordType
string
A value is required
The name of a synchronizable record type.
PageSize
positiveInteger
A value is required
The number of records to return per page

Response Parameters

RecordCount
nonNegativeInteger
A value is required
The total number of records in the result set for the call (may be greater than the PageSize or the maximum number that can be returned by one call).

Example SOAP request


<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>

      

Example SOAP response


<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>

      

Leave a Comment

Nickname
Comment
Enter this word: