FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A getMatchingLineItemsResponse message contains an element of getMatchingLineItemsResponseType.
Type getMatchingLineItemsResponseType
Contains elements as defined in the following table.
Component | Type | Occurs | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
1..1 | |||||||||||
statusInfo | StatusInfoType | 1..1 |
|
|||||||||
responseData | getMatchingLineItemsResponseListType | 0..1 | 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 | 0..1 | 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. |
|||||||||
Name | Type |
---|---|
getMatchingLineItems | Method |
The following XML fragment illustrates a successful getMatchingLineItemsResponse message:
<getMatchingLineItemsResponse>
<statusInfo>
<status>SUCCESS</status>
</statusInfo>
<responseData>
<matchingLineItem>
<matchingLineItemIdentifier>
<uniqueId>HID-101349</uniqueId>
<primaryKeys>
<activationId>se-split-2</activationId>
</primaryKeys>
</matchingLineItemIdentifier>
</matchingLineItem>
</responseData>
</getMatchingLineItemsResponse>