POST api/license/licenseregistration
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": "62fa6bdc-a9e0-44b0-afe7-946b94da711e",
"ClientId": "bf715429-df6b-460a-9da2-27d4f224563b",
"License": "sample string 2",
"StartedOn": "2026-02-03T21:05:50.130679-06:00",
"EndedOn": "2026-02-03T21:05:50.130679-06:00",
"LastUpdatedOn": "2026-02-03T21:05:50.130679-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.