FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: tns:upsellLicenseRequest

Description

An upsellLicenseRequest message contains an element of EntitlementLifeCycleRequestType.

Derived By

Type EntitlementLifeCycleRequestType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
entitlementData  entitlementLifeCycleDataType  0..*  Required. A EntitlementLifecycleRequest contains an array of entitlementData elements. See entitlementLifeCycleDataType.
Referenced By
Name  Type 
upsellLicense  Method 
XML Example

The following XML fragment illustrates an upsellLicenseRequest message:

<upsellLicenseRequest>
   <entitlementData>
      <lineItemData>
         <parentLineItemIdentifier>
            <primaryKeys>
               <activationId>Ent-upsell-1</activationId>
            </primaryKeys>
         </parentLineItemIdentifier>
         <lineItem>
            <activationId>
               <id>Ent-upsell-1UPSELL</id>
            </activationId>
            <product>
               <primaryKeys>
                  <name>Premium Paint</name>
                  <version>1.0</version>
               </primaryKeys>
            </product>
            <licenseModel>
               <primaryKeys>
                  <name>Floating Counted</name>
               </primaryKeys>
            </licenseModel>
            <licenseModelAttributes>
               <attribute>
                  <attributeName>SERIAL_NUMBER</attributeName>
                  <stringValue>some thing</stringValue>
               </attribute>
               <attribute>
                  <attributeName>NOTICE</attributeName>
                  <stringValue>test</stringValue>
               </attribute>
            </licenseModelAttributes>
            <orderId>110</orderId>
            <orderLineNumber>10</orderLineNumber>
            <startDate>2008-02-15</startDate>
            <isPermanent>true</isPermanent>
            <lineItemType>UPSELL</lineItemType>
         </lineItem>
         <isFull>true</isFull>
         <allowActivationsOnParent>true</allowActivationsOnParent>
         <autoDeploy>true</autoDeploy>
      <lineItemData>
   </entitlementData>
</upsellLicenseRequest>