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": "49fa4a70-1ba1-4c29-a39d-a52a50d4cb99",
"ClientId": "67915620-2a69-49c5-9ac9-ab8df3b87ba4",
"License": "sample string 2",
"StartedOn": "2026-05-06T13:37:03.4911054+00:00",
"EndedOn": "2026-05-06T13:37:03.4911054+00:00",
"LastUpdatedOn": "2026-05-06T13:37:03.4911054+00: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.