FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: getFulfillmentHistoryRequest

Description

A getFulfillmentHistoryRequest message contains an element of getFulfillmentHistoryRequestType.

Derived By

Type getFulfillmentHistoryRequestType

Content Model

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:

  • ACTIVATED

  • RETURN

  • REPAIR

  • REHOST

  • STOPGAP

  • EMERGENCY

  • PUBLISHER_ERROR

  • UPGRADE

  • UPSELL

  • RENEW

  • REINSTALL

  • ACTIVATED_ONHOLD

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.
Referenced By
Name  Type 
getFulfillmentHistory  Method 
XML Example

The following XML fragment illustrates a getFulfillmentHistoryRequest message:

<getFulfillmentHistoryRequest>
   <activationId>se-test-1</activationId>
   <pageNumber>1</pageNumber>
   <batchSize>50</batchSize>
</getFulfillmentHistoryRequest>