|
FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A getStateChangeHistoryRequest message contains an element of getStateChangeHistoryRequestType.
Type getStateChangeHistoryRequestType
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. |
| Name | Type |
|---|---|
| getStateChangeHistory | Method |
The following XML fragment illustrates a getStateChangeHistoryRequest message:
<getStateChangeHistoryRequest>
<simpleEntitlementList>
<entitlementIdentifier>
<primaryKeys>
<entitlementId>Ent-basic</entitlementId>
</primaryKeys>
</entitlementIdentifier>
</simpleEntitlementList>
</getStateChangeHistoryRequest>