FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A mergeEntitlementsRequest message contains an element of mergeEntitlementsRequestType.
Type mergeEntitlementsRequestType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
![]() |
1..1 | ||
accountFrom | string | 1..1 | Required. Account identifier of the account that currently owns the assets to be merged to another account. There are two types of accounts that can be specified, either customer accounts or self-registered accounts. |
accountTo | string | 1..1 | Required. Account identifier of the account to which the assets are merged. Only customer accounts may be specified. |
mergeUsers | boolean | 0..1 | Optional. Whether to merge the users of the account specified as accountFrom to the account specified as accountTo. If a value is not specified, users are merged. |
mergeEntitlements | boolean | 0..1 | Optional. Whether to merge the entitlements and fulfillments of the account specified as accountFrom to the account specified as accountTo. If a value is not specified, entitlements and fulfillments are merged. |
Name | Type |
---|---|
mergeEntitlements | Method |
The following XML fragment illustrates a mergeEntitlementsRequest message:
<mergeEntitlementsRequest>
<accountFrom>Bravo</accountFrom>
<accountTo>Alpha</accountTo>
<mergeUsers>true</mergeUsers>
<mergeEntitlements>true</mergeEntitlements>
</mergeEntitlementsRequest>