FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: tns:updateBulkEntitlementRequest

Description

An updateBulkEntitlementRequest message contains an element of updateBulkEntitlementRequestType.

Derived By

Type updateBulkEntitlementRequestType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
bulkEntitlement  updateBulkEntitlementDataType  1..*  Required. An updateBulkEntitlementRequest contains a bulkEntitlement element. See updateBulkEntitlementDataType.
Referenced By
Name  Type 
updateBulkEntitlement  Method 
XML Example

The following XML fragment illustrates an updateBulkEntitlementRequest message:

<updateBulkEntitlementRequest>
   <bulkEntitlement>
      <entitlementIdentifier>
         <primaryKeys>
            <entitlementId>Ent_bulk_basic</entitlementId>
         </primaryKeys>
      </entitlementIdentifier>
      <licenseModelAttributes>
         <attribute>
            <attributeName>SERIAL_NUMBER</attributeName>
            <stringValue>serial</stringValue>
         </attribute>
         <attribute>
            <attributeName>NOTICE</attributeName>
            <stringValue>notice</stringValue>
         </attribute>
      </licenseModelAttributes>
   </bulkEntitlement>
</updateBulkEntitlementRequest>