POST api/SensesLicenseWebAPI/PostLicenseActivationDetails

Request Information

URI Parameters

None.

Body Parameters

LicenseActivate
NameDescriptionTypeAdditional information
License_KeyID

integer

None.

Is_LicenseUsed

string

None.

Licence_Type

string

None.

IsEmailSent

string

None.

License_StartDate

date

None.

License_ExpiryDate

date

None.

CurrentStatus

string

None.

AssignedStatus

string

None.

QRCode_ID

integer

None.

IsInstalled

string

None.

Bios_SN

string

None.

IsLicenseValidated

string

None.

IsTutarInstalled

string

None.

Request Formats

application/json, text/json

Sample:
{
  "License_KeyID": 1,
  "Is_LicenseUsed": "sample string 2",
  "Licence_Type": "sample string 3",
  "IsEmailSent": "sample string 4",
  "License_StartDate": "2026-08-18T22:07:10.9627657+05:30",
  "License_ExpiryDate": "2026-08-18T22:07:10.9627657+05:30",
  "CurrentStatus": "sample string 7",
  "AssignedStatus": "sample string 8",
  "QRCode_ID": 1,
  "IsInstalled": "sample string 9",
  "Bios_SN": "sample string 10",
  "IsLicenseValidated": "sample string 11",
  "IsTutarInstalled": "sample string 12"
}

application/xml, text/xml

Sample:
<LicenseActivate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SensesLicenseWebAPI.Models">
  <AssignedStatus>sample string 8</AssignedStatus>
  <Bios_SN>sample string 10</Bios_SN>
  <CurrentStatus>sample string 7</CurrentStatus>
  <IsEmailSent>sample string 4</IsEmailSent>
  <IsInstalled>sample string 9</IsInstalled>
  <IsLicenseValidated>sample string 11</IsLicenseValidated>
  <IsTutarInstalled>sample string 12</IsTutarInstalled>
  <Is_LicenseUsed>sample string 2</Is_LicenseUsed>
  <Licence_Type>sample string 3</Licence_Type>
  <License_ExpiryDate>2026-08-18T22:07:10.9627657+05:30</License_ExpiryDate>
  <License_KeyID>1</License_KeyID>
  <License_StartDate>2026-08-18T22:07:10.9627657+05:30</License_StartDate>
  <QRCode_ID>1</QRCode_ID>
</LicenseActivate>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.