FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: tns:searchActivatableItemRequest

Description

A searchActivatableItemRequest message contains an element of searchActivatableItemRequestType.

Derived By

Type searchActivatableItemRequestType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
activatableItemSearchCriteria  searchActivatableItemDataType  1..1  Required. See searchActivatableItemDataType.
batchSize  integer  1..1  Required. Maximum number of records to return in the response.
pageNumber  integer  0..1  Defaults to 1. Say the getActivatableItemCount 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 
getActivatableItemsQuery  Method 
XML Example

The following XML fragment illustrates a searchActivatableItemRequest message:

<searchActivatableItemRequest>
   <activatableItemSearchCriteria>
      <entitlementId>
         <value>z</value>
         <searchType>CONTAINS</searchType>
      </entitlementId>
   </activatableItemSearchCriteria>
   <batchSize>50</batchSize>
   <pageNumber>1</pageNumber>
</searchActivatableItemRequest>