FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Method: splitLineItem

Description

The splitLineItem operation assigns some portion of an entitlement line item’s count from the current owner to a related account in a different distribution tier. This operation can either increase the count of an existing entitlement line item at the target account or create a new entitlement, if no matching entitlements exist at the target account. Only publisher users, or channel partner users with sufficient privileges in the account that is the current owner, can perform a splitLineItem operation.

Note: When a line item associated with a maintenance is split, the maintenance is also split. Likewise, when a new entitlement is created as the result of a split, a new maintenance is created and associated with the new entitlement.

Parameters
Name  Type  Direction  Description 
msgparameters  splitLineItemRequestType  Input   
Returns

A splitLineItemResponse element having the structure defined by the following table.

Name  Type  Description 
statusInfo  StatusInfoType 
Element  Data Type  Description 
status
StatusType

Returns one of the following:

  • SUCCESS—All items in the request were processed.

  • PARTIAL_FAILURE—Some, but not all items in the request were processed. The getCount and getQuery operations never return PARTIAL_FAILURE.

  • FAILURE—None of the items in the request were processed.

reason
string
Gives reason for partial failure or failure.
 
responseData  splitLineItemResponseListType  Information about the entitlement line item that was split, and optionally the entitlement to which the split counts went, is listed in the responseData element. See splitLineItemResponseListType.
failedData  failedSplitLineItemListType  Information about an entitlement line item that was not split is listed in the failedData element. See failedSplitLineItemListType.