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": "23fa44b2-c7ae-4a7d-9a46-73753136d745", "ClientId": "ba3bf5db-d4b6-4d17-bea3-6aa41813e6a0", "License": "sample string 2", "StartedOn": "2025-06-08T16:04:53.3827558+05:30", "EndedOn": "2025-06-08T16:04:53.3827558+05:30", "LastUpdatedOn": "2025-06-08T16:04:53.3827558+05:30", "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.