FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A searchEntitlementMaintenanceLineItemPropertiesRequest message contains an element of searchEntitlementMaintenanceLineItemPropertiesRequestType.
Type searchEntitlementMaintenanceLineItemPropertiesRequestType
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. |
Name | Type |
---|---|
getEntitlementMaintenanceLineItemPropertiesQuery | Method |
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>