LicenseStatusResult¶
| Field | NULL | Description | Note |
|---|---|---|---|
| licenseStatus object |
A LicenseStatus object |
Inherited fields:
OperationResult¶
| Field | NULL | Description | Note |
|---|---|---|---|
| success boolean |
Is the operation successful | ||
| messages array of objects |
An array of ModelError objects | ||
| data object |
A dynamic object to store additional data |
Sample:
{
"success": true,
"data": "4e2d54c8-20e7-437f-a5ce-43e963c763a2"
}
Sample:
{
"licenseStatus": {
"disabled": false,
"meetExprireWarningPeriod": false,
"numberOfDayToExpire": 88,
"numberOfDayToValid": 0,
"exceedLostConnectionAllowPeriod": false,
"isAdminUser": false,
"trialLicense": false
},
"success": true,
"messages": null
}