FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Complex Type: tns:splitLineItemInfoType

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
lineItemIdentifier  entitlementLineItemIdentifierType  1..1  Required. The line item to split. See entitlementLineItemIdentifierType.
numberOfCopies  integer  1..1  Required. The number of copies to split to another line item.
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  The target account in the target tier. 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.
matchingLineItemIdentifier  entitlementLineItemIdentifierType  0..1  Optional. Existing entitlement line item to which the count specified as numberOfCopies is to be transferred. If no matchingLineItemIdentifier is specified, or if it does not match to an existing entitlement line item, the split operation creates a new entitlement and line item at the target account. See entitlementLineItemIdentifierType.