POST api/licenseserver/cloudverifylicense
Request Information
URI Parameters
None.
Body Parameters
LicenseAccess| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | globally unique identifier |
None. |
|
| MotherBoardId | string |
None. |
|
| License | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ClientId": "d6a78809-cef1-48f6-ac32-0a1c66ac0e8d",
"MotherBoardId": "sample string 1",
"License": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.