FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: tns:getEntitlementAttributesRequest

Description

A getEntitlementAttributesRequest message contains an element of getEntitlementAttributesRequestType.

Derived By

Type getEntitlementAttributesRequestType

Content Model

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.
Referenced By
Name  Type 
getEntitlementAttributesFromModel  Method 
XML Example

The following XML fragment illustrates a getEntitlementAttributesRequest message:

<getEntitlementAttributesRequest>
   <licenseModelIdentifier>
      <primaryKeys>
         <name>Floating Counted</name>
      </primaryKeys>
   </licenseModelIdentifier>
</getEntitlementAttributesRequest>