POST api/License
Request Information
URI Parameters
None.
Body Parameters
LicenseAccessName | Description | Type | Additional information |
---|---|---|---|
ClientId | globally unique identifier |
None. |
|
MotherBoardId | string |
None. |
|
License | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ClientId": "d0a7c573-3da4-46f0-b5e6-485a1795d0fc", "MotherBoardId": "sample string 1", "License": "sample string 2" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"