FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
Request to fetch entitlement line items for multiple account names. By default, a maximum of 10 account names is supported. This limit can be changed using the configuration option Maximum number of Account names accepted to search for Entitlement Line Item Properties (under System > Configure > FlexNet Platform Server > General Options).
Search by multiple account names is enabled only for the getEntitlementLineItemPropertiesQuery operation. Other operations that use this complex type currently support search only for a single account name.
Restricting anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
![]() |
1..1 | ||
value | string | 1..* | Name of the account. |
searchType | simpleSearchType | 0..1 |
Optional. If multiple <value> elements are provided in the request, this can be optional or should have the value EQUALS. If a single <value> is provided in the request, one of the following simpleSearchType values are supported:
|
partnerTier | string | 0..1 |
Optional. If multiple <value> elements are provided in the request, this is optional and value of ANY is considered as default. If a single <value> is provided in the request, this will be the name of the tier in which the account exists or ANY. If set to a named tier, the format partnerTier is bo.constants.partnertiernames.tier_name. If not specified, the partner tier searched is the End Customer tier. |
isSearchByName | boolean | 0..1 |
Optional. Specified whether to search by the account name or the account ID. The default value for isSearchByName is false and default filtering is based on AccountID. To search/filter based on account name, set isSearchByName to true and accountUnitName to account name. When multiple <value> elements are provided, this field is optional and the search is by account names. |