Versions Compared

Key

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

NOTE: SOAP are legacy web services originally developed for the Quik! APIs. At this time, they are deprecated and no longer in use. This guide is here for documentation purposes only.

The license manager web service is used to set up and manage licenses for associating form groups with users or groups of users with the QFE Sample Website ONLY.

...

This method returns a list of license profiles with the following columns: (NOTE: ProductLicenseID = LicenseID)

Field Name

Data Type

Length

Description

ProductLicenseID

Int


The Quik! LicenseID that matches the CUNID

CustomerUserID

String


The CUNID that was passed in

LicenseExpiry

Date


The date the license expires

FirstName

String


First name of the license

MiddleName

String


Middle name of the license

LastName

String


Last name of the license

Email

String


The email address for the license

LastUpdate

Date


Date the license record was last modified

...