FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A searchEntitlementLineItemPropertiesRequest message contains an element of searchEntitlementLineItemPropertiesRequestType.
Type searchEntitlementLineItemPropertiesRequestType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
![]() |
1..1 | ||
queryParams | searchActivatableItemDataType | 1..1 | Required. See searchActivatableItemDataType. Leave this element blank to return all activatable line items. |
entitlementLineItemResponseConfig | entitlementLineItemResponseConfigRequestType | 1..1 | See entitlementLineItemResponseConfigRequestType. |
batchSize | integer | 1..1 | Required. Maximum number of records to return in the response. |
pageNumber | integer | 0..1 | Required. Starts at 1. Say the 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 |
---|---|
getEntitlementLineItemPropertiesQuery | Method |
The following XML fragment illustrates a searchEntitlementLineItemPropertiesRequest message:
<searchEntitlementLineItemPropertiesRequest>
<EntitlementLineItemSearchCriteria>
</EntitlementLineItemSearchCriteria>
<EntitlementLineItemResponseConfig>
<Id>1</Id>
<activationId>1</activationId>
<description>1</description>
<state>1</state>
<EntitlementLineItemType>1</EntitlementLineItemType>
<orderId>1</orderId>
<orderLineNumber>1</orderLineNumber>
<entitlementId>1</entitlementId>
<soldTo>1</soldTo>
<entitlementState>1</entitlementState>
<entitlementDescription>1</entitlementDescription>
<shipToEmail>1</shipToEmail>
<shipToAddress>1</shipToAddress>
<parentBulkEntitlementId>1</parentBulkEntitlementId>
<bulkEntSoldTo>1</bulkEntSoldTo>
<product>1</product>
<productDescription>1</productDescription>
<partNumber>1</partNumber>
<partNumberDescription>1</partNumberDescription>
<licenseTechnology>1</licenseTechnology>
<licenseModel>1</licenseModel>
<lineItemSupportAction>1</lineItemSupportAction>
<parentLineItem>1</parentLineItem>
<startDate>1</startDate>
<startDateOption>1</startDateOption>
<isPermanent>1</isPermanent>
<term>1</term>
<expirationDate>1</expirationDate>
<versionDate>1</versionDate>
<versionDateAttributes>1</versionDateAttributes>
<numberOfCopies>1</numberOfCopies>
<fulfilledAmount>1</fulfilledAmount>
<numberOfRemainingCopies>1</numberOfRemainingCopies>
<isTrusted>1</isTrusted>
<customAttributes>
<attribute>
<attributeName>NumberAttr</attributeName>
</attribute>
<attribute>
<attributeName>TextAttr</attributeName>
</attribute>
<attribute>
<attributeName>BooleanAttr</attributeName>
</attribute>
<attribute>
<attributeName>DateAttr</attributeName>
</attribute>
</customAttributes>
</EntitlementLineItemResponseConfig>
<batchSize>20</batchSize>
<pageNumber>1</pageNumber>
</searchEntitlementLineItemPropertiesRequest>