|
FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A createChildLineItemFulfillmentRequest message contains an element of createChildLineItemFulfillmentRequestType.
Type createChildLineItemFulfillmentRequestType
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. |
| Name | Type |
|---|---|
| createChildLineItemFulfillment | Method |
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>