GET api/AppLicense/GetAppLicense
Devuelve la última licencia comprada para acceder a la aplicacion actual de la solicitud.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
License
LicenseName | Description | Type | Additional information |
---|---|---|---|
LicenseId | globally unique identifier |
None. |
|
AccountId | globally unique identifier |
None. |
|
LicenseTypeId | globally unique identifier |
None. |
|
StartDate | date |
None. |
|
FinishDate | date |
None. |
|
Active | boolean |
None. |
|
UserId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "LicenseId": "a32b2979-e2f2-4c74-bf44-176df532e52f", "AccountId": "b8e08269-2a10-4b5b-96bd-26023dc92835", "LicenseTypeId": "de1d2ddb-9e56-40f0-8f84-af0d3e197cd1", "StartDate": "2024-10-30T15:31:34.9489708+00:00", "FinishDate": "2024-10-30T15:31:34.9489708+00:00", "Active": true, "UserId": "9a4d622d-d908-47fd-bf43-8993d5f5b5aa" }
application/xml, text/xml
Sample:
<License xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Gosocket.SDK.Domain"> <_x003C_AccountId_x003E_k__BackingField>b8e08269-2a10-4b5b-96bd-26023dc92835</_x003C_AccountId_x003E_k__BackingField> <_x003C_Active_x003E_k__BackingField>true</_x003C_Active_x003E_k__BackingField> <_x003C_FinishDate_x003E_k__BackingField>2024-10-30T15:31:34.9489708+00:00</_x003C_FinishDate_x003E_k__BackingField> <_x003C_LicenseId_x003E_k__BackingField>a32b2979-e2f2-4c74-bf44-176df532e52f</_x003C_LicenseId_x003E_k__BackingField> <_x003C_LicenseTypeId_x003E_k__BackingField>de1d2ddb-9e56-40f0-8f84-af0d3e197cd1</_x003C_LicenseTypeId_x003E_k__BackingField> <_x003C_StartDate_x003E_k__BackingField>2024-10-30T15:31:34.9489708+00:00</_x003C_StartDate_x003E_k__BackingField> <_x003C_UserId_x003E_k__BackingField>9a4d622d-d908-47fd-bf43-8993d5f5b5aa</_x003C_UserId_x003E_k__BackingField> </License>