FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A getFulfillmentHistoryResponse message contains an element of getFulfillmentHistoryResponseType.
Type getFulfillmentHistoryResponseType
Contains elements as defined in the following table.
Component | Type | Occurs | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
1..1 | |||||||||||
statusInfo | StatusInfoType | 1..1 |
|
|||||||||
responseData | fulfillmentHistoryDataType | 0..1 | See fulfillmentHistoryDataType. |
|||||||||
Name | Type |
---|---|
getFulfillmentHistory | Method |
The following XML fragment illustrates a successful getFulfillmentHistoryResponse message:
<getFulfillmentHistoryResponse>
<statusInfo>
<status>SUCCESS</status>
</statusInfo>
<responseData>
<activationId>se-test-1</activationId>
<historyDetails>
<record>
<fulfillmentId>FID_24541f56_12cbd1fe4ba__7ffb</fulfillmentId>
<action>UPGRADE</action>
<actionDate>2010-12-06</actionDate>
<actionDateTime>2010-12-06T21:55:57.766Z</actionDateTime>
<actionPerformedBy>admin</actionPerformedBy>
<isPolicyOverridden>false</isPolicyOverridden>
<count>10</count>
<fulfillmentSource>APPLICATION</fulfillmentSource>
</record>
<record>
<fulfillmentId>FID_24541f56_12cbd1fe4ba__7ffb</fulfillmentId>
<action>ACTIVATED</action>
<actionDate>2010-12-06</actionDate>
<actionDateTime>2010-12-06T19:54:16.008Z</actionDateTime>
<actionPerformedBy>admin</actionPerformedBy>
<isPolicyOverridden>false</isPolicyOverridden>
<count>10</count>
<fulfillmentSource>APPLICATION</fulfillmentSource>
</record>
</historyDetails>
</responseData>
</getFulfillmentHistoryResponse>