FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A getMatchingLineItemsRequest message contains an element of getMatchingLineItemsRequestType.
Type getMatchingLineItemsRequestType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
![]() |
1..1 | ||
lineItemList | getMatchingLineItemsListType | 1..1 | Required. See getMatchingLineItemsListType. |
Name | Type |
---|---|
getMatchingLineItems | Method |
The following XML fragment illustrates a getMatchingLineItemsRequest message:
<getMatchingLineItemsRequest>
<lineItemList>
<lineItemInfo>
<lineItemIdentifier>
<uniqueId>HID-20103</uniqueId>
<primaryKeys>
<activationId>se-split-1</activationId>
</primaryKeys>
</lineItemIdentifier>
<targetTierName>bo.constants.partnertiernames.endcustomer</targetTierName>
<targetAccountUnit>
<primaryKeys>
<name>ORG2</name>
</primaryKeys>
</targetAccountUnit>
</lineItemInfo>
</lineItemList>
</getMatchingLineItemsRequest>