FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A getModelIdentifiersRequest message contains an element of getModelIdentifiersRequestType.
Type getModelIdentifiersRequestType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
![]() |
1..1 | ||
queryParams | identifierQueryParametersType | 0..1 | Required. See identifierQueryParametersType. |
Name | Type |
---|---|
getLicenseModelIdentifiers | Method |
The following XML fragment illustrates a getModelIdentifiersRequest message that returns the IDs, names, and fulfillment parameters (that are set as name-value pairs) of all license models:
<getModelIdentifiersRequest>
<queryParams>
</queryParams>
</getModelIdentifiersRequest>
The following XML fragment illustrates a getModelIdentifiersRequest message that returns the fulfillment-time parameters (that are set as name-value pairs) for the license model whose name is Floating Counted:
<getModelIdentifiersRequest>
<queryParams>
<name>
<value>Floating Counted</value>
<searchType>EQUALS</searchType>
</name>
</queryParams>
</getModelIdentifiersRequest>