FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: getFmtAttributesForBatchActivationRequest

Description

A getFmtAttributesForBatchActivationRequest message contains an element of getFmtAttributesForBatchActivationRequestType.

Derived By

Type getFmtAttributesForBatchActivationRequestType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
activationIds  activationIdsListType  1..1  Required. A getFmtAttributesForBatchActivationRequest contains an activationIds element identifying the activation IDs whose fulfillment-time attributes to return. See activationIdsListType.
Referenced By
Name  Type 
getFulfillmentAttributesForBatchActivation  Method 
XML Example

The following XML fragment illustrates a getFmtAttributesForBatchActivationRequest message:

<getFmtAttributesForBatchActivationRequest>
   <activationIds>
      <activationId>ACT-1</activationId>
      <activationId>ACT-2</activationId>
   </activationIds>
</getFmtAttributesForBatchActivationRequest>