FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A returnLicenseRequest message contains an element of returnFulfillmentRequestType.
Type returnFulfillmentRequestType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
![]() |
1..1 | ||
fulfillment | returnFulfillmentDataType | 1..* | Required. A returnLicenseRequest contains an array of fulfillment elements. See returnFulfillmentDataType. |
Name | Type |
---|---|
returnLicense | Method |
The following XML fragment illustrates a returnLicenseRequest message:
<returnLicenseRequest>
<fulfillment>
<fulfillmentIdentifier>
<primaryKeys>
<fulfillmentId>FID_f614ad8f_c508_4648_aeaa_29e18babc3a8</fulfillmentId>
</primaryKeys>
</fulfillmentIdentifier>
<partialCount>1</partialCount>
<overridePolicy>false</overridePolicy>
</fulfillment></returnLicenseRequest>