Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The FindLicenseByExpirationDate function is used to to find all licenses that have an expiration date that is earlier than the date specified in this function.

This function requires a LAC administrator token, which is obtained using the Login function, uses an offset and an expiration date in the format YYYY-MM-DD. For example, if you have three licenses that expire on 2011-05-26, 2011-09-10, and 2012-12-02, and you specify an expiration date of 2011-09-10 in this function, the first two licenses will be returned. In addition, this function uses an offset. Licenses are packed into arrays of 100 elements. You can use an offset greater than 0 to get additional licenses. For example, if you have 321 licenses, you would run this method 4 times using the offsets 0, 100, 200, 300. The first 3 responses will have 100 licenses each, and the last response will have 21 licenses.This function also requires a LAC administrator token, which is obtained using the Login function,

Return values

The response is of the type ArrayOfSoap_License which is an array of Soap_License objects.

...