FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: tns:getMatchingLineItemsRequest

Description

A getMatchingLineItemsRequest message contains an element of getMatchingLineItemsRequestType.

Derived By

Type getMatchingLineItemsRequestType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
lineItemList  getMatchingLineItemsListType  1..1  Required. See getMatchingLineItemsListType.
Referenced By
Name  Type 
getMatchingLineItems  Method 
XML Example

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>