FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A renewLicenseRequest message contains an element of renewEntitlementRequestType.
Type renewEntitlementRequestType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
![]() |
1..1 | ||
entitlementData | renewEntitlementDataType | 0..* | Required. A renewEntitlementRequest contains an array of entitlementData elements. See renewEntitlementDataType. |
Name | Type |
---|---|
renewLicense | Method |
The following XML fragment illustrates a renewLicenseRequest message:
<renewLicenseRequest>
<entitlementData>
<parentEntitlementIdentifier>
<primaryKeys>
<entitlementId>Ent-renew</entitlementId>
</primaryKeys>
</parentEntitlementIdentifier>
<renewLineItemData>
<parentLineItemIdentifier>
<primaryKeys>
<activationId>Ent-renew-1</activationId>
</primaryKeys>
</parentLineItemIdentifier>
<renewParameters>
<activationId>
<id>Ent-renew-1RENEW</id>
<autoGenerate>false</autoGenerate>
</activationId>
<isPermanent>true</isPermanent>
</renewParameters>
<isFull>true</isFull>
<allowActivationsOnParent>true</allowActivationsOnParent>
<autoDeploy>true</autoDeploy>
</renewLineItemData>
</entitlementData>
</renewLicenseRequest>