POST api/licenseserver/cloudlicenseregistration
Request Information
URI Parameters
None.
Body Parameters
ClientLicenseName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
ClientId | globally unique identifier |
None. |
|
License | string |
None. |
|
StartedOn | date |
None. |
|
EndedOn | date |
None. |
|
LastUpdatedOn | date |
None. |
|
Description | string |
None. |
|
Status | string |
None. |
|
HostName | string |
None. |
|
MotherBoardId | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": "1641b1f7-6412-4dc2-90c9-541c428553c3", "ClientId": "1336457d-c4fd-4735-ab12-255f8bd38c72", "License": "sample string 2", "StartedOn": "2025-04-03T19:23:00.0074081-05:00", "EndedOn": "2025-04-03T19:23:00.0074081-05:00", "LastUpdatedOn": "2025-04-03T19:23:00.0074081-05:00", "Description": "sample string 3", "Status": "sample string 4", "HostName": "sample string 5", "MotherBoardId": "sample string 6" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.