Email Verification Plus Hygiene
- Email Verification Plus Hygiene 6.0
- All Products
Field Name
| Description
| Sample Code
|
---|---|---|
LicenseStatusCode
| Returns a numeric code indicating the StrikeIron license action taken as a result of invoking this operation from the User ID and Password used for input. Valid license codes are 0, 1, and 2.
For example, a valid User ID and Password returns the code 0 with a corresponding LicenseStatus value of
Valid license key .
| 0
|
LicenseStatus
| Returns the status of the StrikeIron User ID and Password that correspond to the LicenseStatusCode.
| Valid license key
|
LicenseActionCode
| Returns a numeric code indicating the StrikeIron license action taken as a result of invoking this operation.
GetRemainingHits returns the code 5 with a corresponding LicenseAction value of Get remaining hits.
| 5
|
LicenseAction
| Returns the license action taken as a result of invoking this operation from the User ID and Password corresponding to the LicenseActionCode.
| Decremented hit count
|
RemainingHits
| Returns the number of hits available to the Informatica DaaS user against whose user credentials an operation will run. The RemainingHits value is calculated before the operation runs.
| 2
|
Amount
| Returns the number of hits consumed by this operation. The operation will deduct the amount of hits from the RemainingHits value.
| 0
|
GetRemainingHitsResponse
| Returns subscription information.
| (none)
|