FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: generateCloneDetectionReportRequest

Description

A generateCloneDetectionReportRequest message contains an element of generateCloneDetectionReportRequest.

Derived By

Type generateCloneDetectionReportRequest

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
enterpriseIds  anyType (restriction)  0..1  System account ID.
enterpriseId  string  1..*   
startDate  dateTime  1..1  The start date of the date range (Event time should >=startDate).
endDate  dateTime  1..1  The end date of the date range (Event time should <=endDate).
pageNumber  integer  0..1  Required. Starts at 1. Say the generateCloneDetectionReport operation using the same query parameters returns 100 records. If the batch size is 50 records and you want the second batch of 50, set pageNumber to 2.
batchSize  integer  0..1  Required. Maximum number of records to return in the response.
Referenced By
Name  Type 
generateCloneDetectionReport  Method 
XML Example

The following XML fragment illustrates a generateCloneDetectionReportRequest message:

<generateCloneDetectionReportRequest>
     <enterpriseIds>
          <enterpriseId>4</enterpriseId>
     </enterpriseIds>
     <startDate>2016-11-01T20:14:07</startDate>
     <endDate>2016-11-06T20:45:04+05:30</endDate>
     <pageNumber>1</pageNumber>
     <batchSize>100</batchSize>
 </generateCloneDetectionReportRequest>