FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A rehostLicenseRequest message contains an element of rehostFulfillmentRequestType.
Type rehostFulfillmentRequestType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
![]() |
1..1 | ||
fulfillment | rehostFulfillmentDataType | 1..* | Required. A rehostLicenseRequest contains an array of fulfillment elements. See rehostFulfillmentDataType. |
Name | Type |
---|---|
rehostLicense | Method |
The following XML fragment illustrates a rehostLicenseRequest message:
<rehostLicenseRequest>
<fulfillment>
<fulfillmentIdentifier>
<primaryKeys>
<fulfillmentId>FID_18c5...1__7ffb</fulfillmentId>
</primaryKeys>
</fulfillmentIdentifier>
<serverIds>
<server1>432143214321</server1>
</serverIds>
<partialCount>3</partialCount>
<overDraftCount>1</overDraftCount>
</fulfillment>
</rehostLicenseRequest>