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": "0f124e97-9607-4fc0-822a-12c25df37e5b", "AccountId": "1a941fbe-1ad4-4e77-8709-d647ae166ae8", "LicenseTypeId": "b2ddc6b8-f938-468a-b02a-9f21c59e86c9", "StartDate": "2024-11-05T22:09:56.6182272+00:00", "FinishDate": "2024-11-05T22:09:56.6182272+00:00", "Active": true, "UserId": "c7611581-cfb2-4f11-a458-ed4963457de9" }
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>1a941fbe-1ad4-4e77-8709-d647ae166ae8</_x003C_AccountId_x003E_k__BackingField> <_x003C_Active_x003E_k__BackingField>true</_x003C_Active_x003E_k__BackingField> <_x003C_FinishDate_x003E_k__BackingField>2024-11-05T22:09:56.6182272+00:00</_x003C_FinishDate_x003E_k__BackingField> <_x003C_LicenseId_x003E_k__BackingField>0f124e97-9607-4fc0-822a-12c25df37e5b</_x003C_LicenseId_x003E_k__BackingField> <_x003C_LicenseTypeId_x003E_k__BackingField>b2ddc6b8-f938-468a-b02a-9f21c59e86c9</_x003C_LicenseTypeId_x003E_k__BackingField> <_x003C_StartDate_x003E_k__BackingField>2024-11-05T22:09:56.6182272+00:00</_x003C_StartDate_x003E_k__BackingField> <_x003C_UserId_x003E_k__BackingField>c7611581-cfb2-4f11-a458-ed4963457de9</_x003C_UserId_x003E_k__BackingField> </License>