FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: tns:getMatchingBulkEntsRequest

Description

A getMatchingBulkEntsRequest message contains an element of getMatchingBulkEntsRequestType.

Derived By

Type getMatchingBulkEntsRequestType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
bulkEntList  getMatchingBulkEntsListType  1..1  Required. See getMatchingBulkEntsListType.
Referenced By
Name  Type 
getMatchingBulkEnts  Method 
XML Example

The following XML fragment illustrates a getMatchingBulkEntsRequest message:

<getMatchingBulkEntsRequest>
   <bulkEntList>
      <bulkEntInfo>
         <bulkEntIdentifier>
            <ID>HID-20103</ID>
            <primaryKeys>
               <entitlementId>Ent-split-1</entitlementId>
            </primaryKeys>
         </bulkEntIdentifier>
         <targetTierName>bo.constants.partnertiernames.endcustomer</targetTierName>
         <targetAccountUnit>
            <primaryKeys>
               <name>ORG2</name>
            </primaryKeys>
         </targetAccountUnit>
      </bulkEntInfo>
   </bulkEntList>
</getMatchingBulkEntsRequest>