FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: tns:searchEntitlementMaintenanceLineItemPropertiesRequest

Description

A searchEntitlementMaintenanceLineItemPropertiesRequest message contains an element of searchEntitlementMaintenanceLineItemPropertiesRequestType.

Derived By

Type searchEntitlementMaintenanceLineItemPropertiesRequestType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
queryParams  searchMaintenanceLineItemDataType  1..1  See searchMaintenanceLineItemDataType.
entitlementMaintenanceLineItemResponseConfig  entitlementMaintenanceLineItemResponseConfigRequestType  1..1  See entitlementMaintenanceLineItemResponseConfigRequestType.
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.
Referenced By
Name  Type 
getEntitlementMaintenanceLineItemPropertiesQuery  Method 
XML Example

The following XML fragment illustrates a searchEntitlementMaintenanceLineItemPropertiesRequest message:

<searchEntitlementMaintenanceLineItemPropertiesRequest>
     <queryParams>
          <activationId>
               <value>MaintForKasperskySuite</value>
               <searchType>STARTS_WITH</searchType>
          </activationId>
          <isPermanent>true</isPermanent>
     </queryParams>
     <entitlementMaintenanceLineItemResponseConfig>
          <activationId>true</activationId>
          <state>true</state>
          <entitlementId>true</entitlementId>
          <maintenanceProduct>true</maintenanceProduct>
          <startDate>true</startDate>
          <isPermanent>true</isPermanent>
          <expirationDate>true</expirationDate>
          <createdOnDateTime>true</createdOnDateTime>
          <maintenanceLineItemAttributes>true</maintenanceLineItemAttributes>
          <linkedEntitlementLineItem>true</linkedEntitlementLineItem>
     </entitlementMaintenanceLineItemResponseConfig>
     <batchSize>5</batchSize>
     <pageNumber>1</pageNumber>
</searchEntitlementMaintenanceLineItemPropertiesRequest>