FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: createChildLineItemFulfillmentRequest

Description

A createChildLineItemFulfillmentRequest message contains an element of createChildLineItemFulfillmentRequestType.

Derived By

Type createChildLineItemFulfillmentRequestType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
fulfillment  createChildLineItemFulfillmentDataType  1..*  Required. A createChildLineItemFulfillmentRequest contains an array of fulfillment elements. See createChildLineItemFulfillmentDataType.
Referenced By
Name  Type 
createChildLineItemFulfillment  Method 
XML Example

The following XML fragment illustrates a createChildLineItemFulfillmentRequest message:

<createChildLineItemFulfillmentRequest>
   <fulfillment>
      <activationId>E-upgrade1-1U</activationId>
      <startDate>2008-02-12</startDate>
      <licenseModelAttributes>
         <attribute>
            <attributeName>VENDOR_STRING</attributeName>
            <stringValue>vs</stringValue>
         </attribute>
      </licenseModelAttributes>
      <hostIdDetails>
         <hostIdData>
            <serverHost>
               <server1>987698769876</server1>
            </serverHost>
            <countFromParent>4</countFromParent>
            <countFromOwn>5</countFromOwn>
         </hostIdData>
      </hostIdDetails>
      <overridePolicy>false</overridePolicy>
   </fulfillment>
</createChildLineItemFulfillmentRequest>