FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: getFulfillmentAttributesRequest

Description

A getFulfillmentAttributesRequest message contains an element of getFulfillmentAttributesRequestType.

Derived By

Type getFulfillmentAttributesRequestType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
licenseModelIdentifier  licenseModelIdentifierType  1..1  Required. A getFulfillmentAttributesRequest contains a licenseModelIdentifier element identifying the license model whose attributes to return. See licenseModelIdentifierType.
Referenced By
Name  Type 
getFulfillmentAttributesFromModel  Method 
XML Example

The following XML fragment illustrates a getFulfillmentAttributesRequest message:

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