FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: upsellFulfillmentRequest

Description

An upsellFulfillmentRequest 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 
upsellFulfillment  Method 
XML Example

The following XML fragment illustrates an upsellFulfillmentRequest message:

<upsellFulfillmentRequest>
   <fulfillmentList>
      <fulfillment>
         <fulfillmentId>FID_1fcf0ce_1e52f05f9df__7ffb</fulfillmentId>
         <startDate>2008-03-04</startDate>
         <licenseModelAttributes>
            <attribute>
               <attributeName>VENDOR_STRING</attributeName>
               <stringValue>vs</stringValue>
            </attribute>
         </licenseModelAttributes>
         <overridePolicy>false</overridePolicy>
      </fulfillment>
   </fulfillmentList>
</upsellFulfillmentRequest>