FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: getFulfillmentCountRequest

Description

A getFulfillmentCountRequest message contains an element of getFulfillmentCountRequestType.

Derived By

Type getFulfillmentCountRequestType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
queryParams  fulfillmentsQueryParametersType  0..1  Required. See fulfillmentsQueryParametersType. Leave this element blank to return all fulfillments.
excludeInactiveObsoleteLineItems  boolean  0..1   
Referenced By
Name  Type 
getFulfillmentCount  Method 
XML Example

The following XML fragment illustrates a getFulfillmentCountRequest message:

<getFulfillmentCountRequest>
   <queryParams>
      <activationId>
         <value>Ent_basic_1</value>
         <searchType>EQUALS</searchType>
      </activationId>
   </queryParams>
</getFulfillmentCountRequest>