FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
The getMatchingLineItems operation returns line items suitable to receive the count from a splitLineItem operation. The getMatchingLineItems operation searches for entitlement line items in entitlements with the target account in the target tier that match the line item you want to split. Any line item returned by this operation can receive the counts as the result of the split operation.
To be considered a matching line item, the line item that is the target of the split must share the following attributes with the line item that is the source of the split:
Orderable
License model
License term (permanent, expiration date, duration)
Version date details (options, date, duration)
Line item state
License model policies
License model attributes
Note: If the source line item has a parent line item, then the entire ancestor tree is scanned to ensure that the parent line items of the target line item also match.
Name | Type | Direction | Description |
---|---|---|---|
msgparameters | getMatchingLineItemsRequestType | Input |
A getMatchingLineItemsResponse element having the structure defined by the following table.
Name | Type | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
statusInfo | StatusInfoType |
|
|||||||||
responseData | getMatchingLineItemsResponseListType | Information about entitlement line items in the target account that match the line item you plan to split is listed in the responseData element. See getMatchingLineItemsResponseListType. |
|||||||||
failedData | failedMatchingLineItemsListType | Information about the entitlement line item that could not be matched to line items in the target account is in the failedData element. See Table failedMatchingLineItemsListType. |