FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Complex Type: tns:getMatchingLineItemInfoType

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 indentifier for the line item you plan to split. This is the line item for which getMatchingLineItems attempts to match line items in the targetAccountUnit. See entitlementLineItemIdentifierType.
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 in the target tier to be scanned for matching line items. See accountIdentifierType.