FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: renewFulfillmentRequest

Description

A renewFulfillmentRequest message contains an element of advancedFulfillmentLCRequestType.

Derived By

Type advancedFulfillmentLCRequestType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
fulfillmentList  advancedFulfillmentLCListType  1..1  Required. An renewFulfillmentRequest contains an array of fulfillmentList elements. See advancedFulfillmentLCListType.
Referenced By
Name  Type 
renewFulfillment  Method 
XML Example

The following XML fragment illustrates a renewFulfillmentRequest message:

<renewFulfillmentRequest>
   <fulfillmentList>
      <fulfillment>
         <fulfillmentId>FID_1fcf0ce_567236d5d31__7ffd</fulfillmentId>
         <childActivationId>A-Renew-1R</childActivationId>
         <fulfillCount>1</fulfillCount>
         <licenseModelAttributes>
            <attribute>
               <attributeName>VENDOR_STRING</attributeName>
               <stringValue>vs</stringValue>
            </attribute>
         </licenseModelAttributes>
         <overridePolicy>false</overridePolicy>
      </fulfillment>
   </fulfillmentList>
</renewFulfillmentRequest>