SOAP and REST Web Services Enhancements in 2024.06

The following enhancement was added to the SOAP and REST Web Services module in the 2024.06 release.

ProductPackingService Now Returning Additional License Model Details

You can now use the newly introduced version 3 of the SOAP web service ProductPackingService to return additional details for license models that match specified criteria. The getLicenseModelIdentifier operation now returns the following additional license model details:

Expiration (duration)
Embedded or Not Embedded
Counted or Uncounted
Grace Period.

The following shows sample code of the additional attribute details that can be returned:

<isCounted>false</isCounted>

<modelType>EMBEDDED</modelType>

<expiration>10 DAYS</expiration>

<gracePeriodDays>SPECIFIED_AT_ENTITLEMENT_TIME</gracePeriodDays>

 

For a list of files that have been changed for this functionality, see Change Log for 2024.06.