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