POST api/licenseserver/cloudlicenseregistration
Request Information
URI Parameters
None.
Body Parameters
ClientLicense| Name | 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": "ca0f5bb0-2d32-4338-9231-e8188cf7d5ee",
"ClientId": "b8dab19b-c9d0-46a2-9b5c-41afa4c48f64",
"License": "sample string 2",
"StartedOn": "2025-12-18T13:17:24.3986634-06:00",
"EndedOn": "2025-12-18T13:17:24.3986634-06:00",
"LastUpdatedOn": "2025-12-18T13:17:24.3986634-06: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.