POST api/SensesLicenseWebAPI/UpdateQRCodeIsInstalledFlagOnKeyExpired
Request Information
URI Parameters
None.
Body Parameters
QRCodeMaster| Name | Description | Type | Additional information |
|---|---|---|---|
| QRCode_ID | integer |
None. |
|
| QRCode | string |
None. |
|
| LicenseKey | string |
None. |
|
| CreatedBy | string |
None. |
|
| CreatedDate | date |
None. |
|
| UpdatedDate | date |
None. |
|
| IsInstalled | string |
None. |
|
| Bios_SN | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"QRCode_ID": 1,
"QRCode": "sample string 2",
"LicenseKey": "sample string 3",
"CreatedBy": "sample string 4",
"CreatedDate": "2026-08-18T22:05:04.0933888+05:30",
"UpdatedDate": "2026-08-18T22:05:04.0933888+05:30",
"IsInstalled": "sample string 7",
"Bios_SN": "sample string 8"
}
application/xml, text/xml
Sample:
<QRCodeMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SensesLicenseWebAPI.Models"> <Bios_SN>sample string 8</Bios_SN> <CreatedBy>sample string 4</CreatedBy> <CreatedDate>2026-08-18T22:05:04.0933888+05:30</CreatedDate> <IsInstalled>sample string 7</IsInstalled> <LicenseKey>sample string 3</LicenseKey> <QRCode>sample string 2</QRCode> <QRCode_ID>1</QRCode_ID> <UpdatedDate>2026-08-18T22:05:04.0933888+05:30</UpdatedDate> </QRCodeMaster>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.