FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: addOnExpirationDate [type searchDevicesParametersType]

Description

You can search and filter by addOnExpirationDate. This enhancement enables producers to filter out devices that have expired licenses.

Here is an example request:

<urn:addOnExpirationDate>
  <urn:value>2015-10-10</urn:value>
  <urn:searchType>AFTER</urn:searchType>
</urn:addOnExpirationDate>

The addOnExpirationDate parameter is returned in the response, based on the response config parameter.

Derived By

Type DateQueryType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
value  date  1..1  A date value to compare to the version date value.
searchType  datedSearchType  1..1 

One of the following datedSearchType values:

  • BEFORE

  • AFTER

  • ON

Referenced By
Name  Type 
searchDevicesParametersType  Complex Type 
Definition

See searchDevicesParametersType