FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: getProductCountRequest

Description

A getProductCountRequest message contains an element of getProductCountRequestType.

Derived By

Type getProductCountRequestType

Content Model

Contains elements as defined in the following table.

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

The following XML fragment illustrates a getProductCountRequest message:

<getProductCountRequest>
   <queryParams>
      <productName>
         <value>Product</value>
         <searchType>STARTS_WITH</searchType>
      </productName>
      <version>
         <value>1</value>
         <searchType>STARTS_WITH</searchType>
      </version>
   </queryParams>
</getProductCountRequest>