|
FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A getFulfillmentAttributesRequest message contains an element of getFulfillmentAttributesRequestType.
Type getFulfillmentAttributesRequestType
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. |
| Name | Type |
|---|---|
| getFulfillmentAttributesFromModel | Method |
The following XML fragment illustrates a getFulfillmentAttributesRequest message:
<getFulfillmentAttributesRequest>
<licenseModelIdentifier>
<primaryKeys>
<name>Floating Counted</name>
</primaryKeys>
</licenseModelIdentifier>
</getFulfillmentAttributesRequest>