FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Complex Type: tns:splitBulkEntitlementInfoType

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
bulkEntIdentifier  entitlementIdentifierType  1..1  Required. See entitlementIdentifierType.
numberOfWRKs  integer  1..1  Required. The number of unredeemed web register keys to assign.
targetTierName  string  1..1 

Required. The name of the tier that contains the target account.

The tier name exists in the OPS_PARTNER_TIER_NAME table. By default, this table includes the tier names for the End Customer and Distributor tiers. Custom tier names can be added to the table manually.

In the web services, the targetTierName string must always be specified as the constant value, not the display value. So for example, End Customer has to be specified as bo.constants.partnertiernames.endcustomer and Distributor as bo.constants.partnertiernames.tier1.

targetAccountUnit  accountIdentifierType  1..1  Required. The target account. See accountIdentifierType.
targetContact  userIdentifierType  0..1  Optional. The user at the target account who you want to receive email messages about the result of this operation. See userIdentifierType.
matchingBulkEntIdentifier  entitlementIdentifierType  0..1  Optional. Existing entitlement line item to which the web register keys are to be transferred. If no matchingBulkEntIdentifier or matchingLineItemIdentifier is specified, or if the specified identifier does not match a compatible, existing bulk entitlement or redeemed web register key, the split operation creates a new bulk entitlement, at the target account, to receive the web register keys. See entitlementLineItemIdentifierType.
matchingLineItemIdentifier  entitlementLineItemIdentifierType  0..1  Optional. Existing entitlement line item to which
the web register keys are to be transferred. If no
matchingBulkEntIdentifier or
matchingLineItemIdentifier is specified, or if the
specified identifier does not match a compatible,
existing bulk entitlement or redeemed web
register key, the split operation creates a new bulk
entitlement, at the target account, to receive
the web register keys. See entitlementLineItemIdentifierType.