FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: getMaintenanceCountRequest

Description

A getMaintenanceCountRequest message contains an element of getMaintenanceCountRequestType.

Derived By

Type getMaintenanceCountRequestType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
queryParams  maintenanceQueryParametersType  0..1  Required. See maintenanceQueryParametersType. Leave this element blank to return all maintenance products.
Referenced By
Name  Type 
getMaintenanceCount  Method 
XML Example

The following XML fragment illustrates a getMaintenanceCountRequest message:

<getMaintenanceCountRequest>
   <queryParams>
      <maintenanceName>
         <value>M</value>
         <searchType>STARTS_WITH</searchType>
      </maintenanceName>
      <version>
         <value>1</value>
         <searchType>STARTS_WITH</searchType>
      </version>
   </queryParams>
</getMaintenanceCountRequest>