|
FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A getEntitlementAttributesRequest message contains an element of getEntitlementAttributesRequestType.
Type getEntitlementAttributesRequestType
Contains elements as defined in the following table.
| Component | Type | Occurs | Description |
|---|---|---|---|
|
1..1 | ||
| licenseModelIdentifier | licenseModelIdentifierType | 1..1 | Required. A getEntitlementAttributesRequest contains a licenseModelIdentifier element identifying the license model whose attributes to return. See licenseModelIdentifierType. |
| Name | Type |
|---|---|
| getEntitlementAttributesFromModel | Method |
The following XML fragment illustrates a getEntitlementAttributesRequest message:
<getEntitlementAttributesRequest>
<licenseModelIdentifier>
<primaryKeys>
<name>Floating Counted</name>
</primaryKeys>
</licenseModelIdentifier>
</getEntitlementAttributesRequest>