FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: tns:getStateChangeHistoryRequest

Description

A getStateChangeHistoryRequest message contains an element of getStateChangeHistoryRequestType.

Derived By

Type getStateChangeHistoryRequestType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
featureList  featureListType  0..1  Optional. See featureListType.
featureBundleList  featureBundleListType  0..1  Optional. See featureBundleListType.
productList  productListType  0..1  Optional. See productListType.
licenseModelList  licenseModelListType  0..1  Optional. See licenseModelListType.
simpleEntitlementList  entitlementListType  0..1  Optional. See entitlementListType.
bulkEntitlementList  entitlementListType  0..1  Optional. See entitlementListType.
Referenced By
Name  Type 
getStateChangeHistory  Method 
XML Example

The following XML fragment illustrates a getStateChangeHistoryRequest message:

<getStateChangeHistoryRequest>
   <simpleEntitlementList>
      <entitlementIdentifier>
         <primaryKeys>
            <entitlementId>Ent-basic</entitlementId>
         </primaryKeys>
      </entitlementIdentifier>
   </simpleEntitlementList>
</getStateChangeHistoryRequest>