POST api/License

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": "f340e298-cdf0-4d8e-9cc5-012d8a2b6686",
  "MotherBoardId": "sample string 1",
  "License": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"