FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Complex Type: addonData

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
activationId  string  0..1  Add-on's activation ID.
entitlementId  string  0..1  Add-on's entitlement ID.
requestedCopies  integer  0..1  Number of copies requested.
consumedCopies  integer  0..1  Number of copies consumed.
generatedCopies  integer  0..1  Number of copies generated.
licenseState  licenseStateType  0..1 

State of the license, where the value is one of the following:

  • UNDEFINED

  • LICENSE_NOT_GENERATED

  • LICENSE_GENERATED

  • MARKED_FOR_REMOVAL

  • REMOVED_FROM_LICENSE

  • REMOVAL_PENDING_CONFIRMATION

  • COPIES_INCREASING

  • COPIES_DECREASING

  • WAITING_FOR_CONFIRMATION

  • EXPIRED

  • OBSOLETE

  • INACTIVE

productList  entitledProductDataListType  0..1  See entitledProductDataListType.
partNumber  string  0..1  Part number of the product.
licenseExpirationDate  date  0..1  Expiration date of license.
licensePermanent  boolean  0..1  Is the license permanent or not.
expirationDateOverride  date  0..1  Overriding license expiration date.
licenseModelName  string  0..1  Name of license model.
createdDate  dateTime  0..1   
lastModifiedDate  dateTime  0..1   
addOnExpirationDate  dateTime  0..1 

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.