FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A getConsolidatedFulfillmentCountRequest message contains an element of getConsolidatedFulfillmentCountRequestType.
Type getConsolidatedFulfillmentCountRequestType
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. |
Name | Type |
---|---|
getConsolidatedFulfillmentCount | Method |
The following XML fragment illustrates a getConsolidatedFulfillmentCountRequest message:
<getConsolidatedFulfillmentCountRequest>
<queryParams>
<consolidatedLicenseId>
<value>CID</value>
<searchType>STARTS_WITH</searchType>
</consolidatedLicenseId>
</queryParams>
</getConsolidatedFulfillmentCountRequest>