FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
An updateBulkEntitlementRequest message contains an element of updateBulkEntitlementRequestType.
Type updateBulkEntitlementRequestType
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. |
Name | Type |
---|---|
updateBulkEntitlement | Method |
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>