POST api/license/licenseregistration
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": "51fb105d-5811-4c09-83c5-8dd4c1de89a6", "ClientId": "71c6ab00-2618-46e9-a0df-241e988dfb67", "License": "sample string 2", "StartedOn": "2025-04-03T19:19:39.914708-05:00", "EndedOn": "2025-04-03T19:19:39.914708-05:00", "LastUpdatedOn": "2025-04-03T19:19:39.914708-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.