FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A searchEntitlementMaintenanceLineItemPropertiesResponse message contains an element of searchEntitlementMaintenanceLineItemPropertiesResponseType.
Type searchEntitlementMaintenanceLineItemPropertiesResponseType
Contains elements as defined in the following table.
Component | Type | Occurs | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
1..1 | |||||||||||
statusInfo | StatusInfoType | 1..1 |
|
|||||||||
entitlementMaintenanceLineItem | entitlementMaintenanceLineItemPropertiesType | 0..* | See entitlementMaintenanceLineItemPropertiesType. |
|||||||||
Name | Type |
---|---|
getEntitlementMaintenanceLineItemPropertiesQuery | Method |
The following XML fragment illustrates a successful searchEntitlementMaintenanceLineItemPropertiesResponse message:
<searchEntitlementMaintenanceLineItemPropertiesResponse>
<statusInfo>
<status>SUCCESS</status>
</statusInfo>
<entitlementMaintenanceLineItem>
<activationId>
<uniqueId>HID-551</uniqueId>
<primaryKeys>
<activationId>MaintForKasperskySuite</activationId>
</primaryKeys>
</activationId>
<state>DEPLOYED</state>
<entitlementId>
<uniqueId>HID-72256</uniqueId>
<primaryKeys>
<entitlementId>WRK-Kaspersky Basic WithMulProAlternateLMENT</entitlementId>
</primaryKeys>
</entitlementId>
<maintenanceProduct>
<uniqueId>HID-36113</uniqueId>
<primaryKeys>
<name>MaintForKasperskySuite</name>
<version>1.00</version>
</primaryKeys>
</maintenanceProduct>
<startDate>2015-09-30</startDate>
<isPermanent>true</isPermanent>
<createdOnDateTime>2015-09-30T06:54:56.627Z</createdOnDateTime>
</entitlementMaintenanceLineItem>
</searchEntitlementMaintenanceLineItemPropertiesResponse>