FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: tns:searchEntitlementMaintenanceLineItemPropertiesResponse

Description

A searchEntitlementMaintenanceLineItemPropertiesResponse message contains an element of searchEntitlementMaintenanceLineItemPropertiesResponseType.

Derived By

Type searchEntitlementMaintenanceLineItemPropertiesResponseType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
statusInfo  StatusInfoType  1..1 
Element  Data Type  Description 
status
StatusType

Returns one of the following:

  • SUCCESS—All items in the request were processed.

    PARTIAL_FAILURE—Some, but not all items in the request were processed. The getCount and getQuery operations never return PARTIAL_FAILURE.

    FAILURE—None of the items in the request were processed.

reason
string
Gives reason for partial failure or failure.
 
entitlementMaintenanceLineItem  entitlementMaintenanceLineItemPropertiesType  0..*  See entitlementMaintenanceLineItemPropertiesType.
Referenced By
Name  Type 
getEntitlementMaintenanceLineItemPropertiesQuery  Method 
XML Example

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>