|
FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A getMatchingBulkEntsRequest message contains an element of getMatchingBulkEntsRequestType.
Type getMatchingBulkEntsRequestType
Contains elements as defined in the following table.
| Component | Type | Occurs | Description |
|---|---|---|---|
|
1..1 | ||
| bulkEntList | getMatchingBulkEntsListType | 1..1 | Required. See getMatchingBulkEntsListType. |
| Name | Type |
|---|---|
| getMatchingBulkEnts | Method |
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>