FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: stopGapLicenseRequest

Description

A stopGapLicenseRequest message contains an element of stopGapFulfillmentRequestType.

Derived By

Type stopGapFulfillmentRequestType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
fulfillment  stopGapFulfillmentDataType  1..*  See stopGapFulfillmentDataType.
Referenced By
Name  Type 
stopGapLicense  Method 
XML Example

The following XML fragment illustrates a stopGapLicenseRequest message:

<stopGapLicenseRequest>
    <fulfillment>
      <fulfillmentIdentifier>
         <primaryKeys>
            <fulfillmentId>FID_828cab6_14ddc48ce2a__7ff0</fulfillmentId>
         </primaryKeys>
      </fulfillmentIdentifier>
      <startDate>2015-06-06</startDate>
      <endDate>2015-08-09</endDate>
   </fulfillment>
</stopGapLicenseRequest>