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

License
NameDescriptionTypeAdditional 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": "80e2425b-06a5-491e-827f-d72437fd0bdf",
  "AccountId": "a90625fa-bb2a-4369-92f6-90c941d6c879",
  "LicenseTypeId": "ab1c4f43-fbe4-4b00-974a-cd02ecfa8c3b",
  "StartDate": "2024-05-08T06:52:04.3826519+00:00",
  "FinishDate": "2024-05-08T06:52:04.3826519+00:00",
  "Active": true,
  "UserId": "baea151d-488f-453a-a13c-52782d862afe"
}

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>a90625fa-bb2a-4369-92f6-90c941d6c879</_x003C_AccountId_x003E_k__BackingField>
  <_x003C_Active_x003E_k__BackingField>true</_x003C_Active_x003E_k__BackingField>
  <_x003C_FinishDate_x003E_k__BackingField>2024-05-08T06:52:04.3826519+00:00</_x003C_FinishDate_x003E_k__BackingField>
  <_x003C_LicenseId_x003E_k__BackingField>80e2425b-06a5-491e-827f-d72437fd0bdf</_x003C_LicenseId_x003E_k__BackingField>
  <_x003C_LicenseTypeId_x003E_k__BackingField>ab1c4f43-fbe4-4b00-974a-cd02ecfa8c3b</_x003C_LicenseTypeId_x003E_k__BackingField>
  <_x003C_StartDate_x003E_k__BackingField>2024-05-08T06:52:04.3826519+00:00</_x003C_StartDate_x003E_k__BackingField>
  <_x003C_UserId_x003E_k__BackingField>baea151d-488f-453a-a13c-52782d862afe</_x003C_UserId_x003E_k__BackingField>
</License>