FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Complex Type: tns:searchEntitlementAttributeRequestType

Description

This request searches with queryparameters related to entitlement, and returns the entitlement's associated data that match specified criteria.

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
entitlementAttributeSearchCriteria  searchEntitlementAttributeDataType  1..1  Required. See searchEntitlementAttributeDataType.
batchSize  integer  1..1  Required. Maximum number of records to return in the response.
pageNumber  integer  0..1  Defaults to 1. Suppose the getEntitlementAttributeQuery 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.
Referenced By
Name  Type 
searchEntitlementAttributeRequest  Element 
getEntitlementsAttributeQuery  Method