FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A getBulkEntitlementCountRequest message contains an element of getBulkEntitlementCountRequestType.
Type getBulkEntitlementCountRequestType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
![]() |
1..1 | ||
bulkEntitlementSearchCriteria | searchBulkEntitlementDataType | 1..1 | Required. See searchBulkEntitlementDataType. Leave this element blank to return all bulk entitlements. |
Name | Type |
---|---|
getBulkEntitlementCount | Method |
The following XML fragment illustrates a getBulkEntitlementCountRequest message:
<getBulkEntitlementCountRequest>
<queryParams>
<licenseTechnology>
<value>FLEXnet Licensing</value>
<searchType>EQUALS</searchType>
</licenseTechnology>
</queryParams>
</getBulkEntitlementCountRequest>