FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: returnLicenseRequest

Description

A returnLicenseRequest message contains an element of returnFulfillmentRequestType.

Derived By

Type returnFulfillmentRequestType

Content Model

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.
Referenced By
Name  Type 
returnLicense  Method 
XML Example

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>