FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: getConsolidatedFulfillmentCountRequest

Description

A getConsolidatedFulfillmentCountRequest message contains an element of getConsolidatedFulfillmentCountRequestType.

Derived By

Type getConsolidatedFulfillmentCountRequestType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
queryParams  consolidatedFulfillmentsQPType  0..1  Required. See consolidatedFulfillmentsQPType. Leave this element blank to return all consolidated fulfillments.
Referenced By
Name  Type 
getConsolidatedFulfillmentCount  Method 
XML Example

The following XML fragment illustrates a getConsolidatedFulfillmentCountRequest message:

<getConsolidatedFulfillmentCountRequest>
   <queryParams>
      <consolidatedLicenseId>
         <value>CID</value>
         <searchType>STARTS_WITH</searchType>
      </consolidatedLicenseId>
   </queryParams>
</getConsolidatedFulfillmentCountRequest>