POST api/license/verifylicense

Request Information

URI Parameters

None.

Body Parameters

LicenseAccess
NameDescriptionTypeAdditional information
ClientId

globally unique identifier

None.

MotherBoardId

string

None.

License

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ClientId": "e6d8ceb6-4872-4b72-9805-7c27c30c49ab",
  "MotherBoardId": "sample string 1",
  "License": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.