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": "e38889ee-c4f2-4839-b47d-eac79d09cad4", "AccountId": "be826a0e-1c45-4b75-8abb-f0a749b23237", "LicenseTypeId": "ee555702-28b8-4cf3-81fa-fd5228d4e8b0", "StartDate": "2024-11-03T13:10:12.1719191+00:00", "FinishDate": "2024-11-03T13:10:12.1719191+00:00", "Active": true, "UserId": "2603bcb8-782d-402f-975a-10033abc3da6" }
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>be826a0e-1c45-4b75-8abb-f0a749b23237</_x003C_AccountId_x003E_k__BackingField> <_x003C_Active_x003E_k__BackingField>true</_x003C_Active_x003E_k__BackingField> <_x003C_FinishDate_x003E_k__BackingField>2024-11-03T13:10:12.1719191+00:00</_x003C_FinishDate_x003E_k__BackingField> <_x003C_LicenseId_x003E_k__BackingField>e38889ee-c4f2-4839-b47d-eac79d09cad4</_x003C_LicenseId_x003E_k__BackingField> <_x003C_LicenseTypeId_x003E_k__BackingField>ee555702-28b8-4cf3-81fa-fd5228d4e8b0</_x003C_LicenseTypeId_x003E_k__BackingField> <_x003C_StartDate_x003E_k__BackingField>2024-11-03T13:10:12.1719191+00:00</_x003C_StartDate_x003E_k__BackingField> <_x003C_UserId_x003E_k__BackingField>2603bcb8-782d-402f-975a-10033abc3da6</_x003C_UserId_x003E_k__BackingField> </License>