FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A searchEntitlementRequest message contains an element of searchEntitlementRequestType.
Type searchEntitlementRequestType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
![]() |
1..1 | ||
entitlementSearchCriteria | searchEntitlementDataType | 1..1 | Required. See searchEntitlementDataType. |
batchSize | integer | 1..1 | Required. Maximum number of records to return in the response. |
pageNumber | integer | 0..1 | Defaults to 1. Say the getEntitlementCount operation using the same query parameters returns 100 records. If the batch size is 50 records and you want the second batch of 50, set pageNumber to 2. |
Name | Type |
---|---|
getEntitlementsQuery | Method |
The following XML fragment illustrates a searchEntitlementRequest message:
<searchEntitlementRequest>
<entitlementSearchCriteria>
<entitlementId>
<value>z</value>
<searchType>CONTAINS</searchType>
</entitlementId>
<isBulk>false</isBulk>
</entitlementSearchCriteria>
<batchSize>50</batchSize>
<pageNumber>1</pageNumber>
</searchEntitlementRequest>