POST api/ApplicationLicence/ValidateV1

Request Information

URI Parameters

None.

Body Parameters

LicenceInfo
NameDescriptionTypeAdditional information
ProductKey

string

None.

OldProductKey

string

None.

LicenceKey

string

None.

BaseBoardSerialNumber

string

None.

BIOSSerialNumber

string

None.

DiskDriveSerialNumber

string

None.

ProcessorId

string

None.

MachineDateTime

string

None.

ClientMachineDateTime

date

None.

MachineName

string

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<LicenceInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EditPointService.Models">
  <BIOSSerialNumber>sample string 5</BIOSSerialNumber>
  <BaseBoardSerialNumber>sample string 4</BaseBoardSerialNumber>
  <DiskDriveSerialNumber>sample string 6</DiskDriveSerialNumber>
  <LicenceKey>sample string 3</LicenceKey>
  <MachineDateTime>sample string 8</MachineDateTime>
  <MachineName>sample string 9</MachineName>
  <OldProductKey>sample string 2</OldProductKey>
  <ProcessorId>sample string 7</ProcessorId>
  <ProductKey>sample string 1</ProductKey>
</LicenceInfo>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.