FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
Restricting anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
![]() |
1..1 | ||
activationId | string | 1..1 | Required. Activation ID of the activatable item whose fulfillment history is requested. |
fulfillmentId | SimpleQueryType | 0..1 | Optional. To request a specific fulfillment ID for activationId. |
userId | SimpleQueryType | 0..1 | Optional. To request fulfillments performed by this user on activationId. |
count | NumberQueryType | 0..1 | Optional. To request fulfillments of activationId with this count. |
policyOverridden | boolean | 0..1 | Optional. To request fulfillments for activationId for which a policy had to be overridden. |
actionDateTime | DateTimeQueryType | 0..1 | Optional. To request fulfillments for activationId that were performed at this date and time. (Valid only for FlexNet Operations 8.3.0.3 and later.) |
lifeCycleAction | SupportLicenseType | 0..1 |
Optional. To request fulfillments for activationId of one of the following license lifecycle action types:
|
fulfillmentSource | FulfillmentSourceType | 0..1 | Optional. See FulfillmentSourceType. |
pageNumber | integer | 0..1 | Required. Starts at 1. Say the getFulfillmentCount operation using the same query parameters returns 100 records. If the batch size is 50 records and you want the second batch of 50, set pageNumber to 2. |
batchSize | integer | 0..1 | Required. Maximum number of records to return in the response. |
Name | Type |
---|---|
getFulfillmentHistoryRequest | Element |
getFulfillmentHistory | Method |