|
FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A getBulkEntitlementCountResponse message contains an element of getEntitlementCountResponseType.
Type getBulkEntitlementCountResponseType
Contains elements as defined in the following table.
| Component | Type | Occurs | Description | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
1..1 | |||||||||||
| statusInfo | StatusInfoType | 1..1 |
|
|||||||||
| count | integer | 0..1 | Number of bulk entitlements matching the specified criteria. |
|||||||||
| Name | Type |
|---|---|
| getBulkEntitlementCount | Method |
The following XML fragment illustrates a successful getEntitlementCountResponse message:
<getBulkEntitlementCountResponse>
<statusInfo>
<status>SUCCESS</status>
</statusInfo>
<count>31</count>
</getBulkEntitlementCountResponse>