FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A getStateChangeHistoryResponse message contains an element of getStateChangeHistoryResponseType.
Type getStateChangeHistoryResponseType
Contains elements as defined in the following table.
Component | Type | Occurs | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
1..1 | |||||||||||
statusInfo | StatusInfoType | 1..1 |
|
|||||||||
responseData | stateChangeResponseType | 0..1 | See stateChangeResponseType. |
|||||||||
Name | Type |
---|---|
getStateChangeHistory | Method |
The following XML fragment illustrates a successful getStateChangeHistoryResponse message:
<getStateChangeHistoryResponse>
<statusInfo>
<status>SUCCESS</status>
</statusInfo>
<responseData>
<simpleEntitlementList>
<entitlement>
<entitlementIdentifier>
<primaryKeys>
<entitlementId>18ee-9d61-1094-1748-747f-f8</entitlementId>
</primaryKeys>
</entitlementIdentifier>
<stateChangeRecord>
<eventName>EVENT_CREATED</eventName>
<eventDate>2008-02-07T03:15:20.157Z</eventDate>
<userId>admin</userId>
<description>Created line item 18ee-9d61-1094-1748-747f-f7
</description>
</stateChangeRecord>
<stateChangeRecord>
<eventName>EVENT_CREATED</eventName>
<eventDate>2008-02-07T03:15:20.300Z</eventDate>
<userId>admin</userId>
<description>Created line item 18ee-9d61-1094-1748-747f-f6
</description>
</stateChangeRecord>
<stateChangeRecord>
<eventName>EVENT_TRANSFERRED</eventName>
<eventDate>2008-02-07T03:15:20.313Z</eventDate>
<userId>admin</userId>
<description>Entitlement created as a result of transfer from
entitlement Ent-basic belonging to Acme Software
Corporation.</description>
</stateChangeRecord>
</entitlement>
</simpleEntitlementList>
</responseData>
</getStateChangeHistoryResponse>