POST api/licenseserver/cloudlicenseregistration

Request Information

URI Parameters

None.

Body Parameters

ClientLicense
NameDescriptionTypeAdditional 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": "b7b4be18-da66-4bbf-bb56-5a9c6ef05641",
  "ClientId": "5f5d5d6c-4b13-4c0d-ab00-af3596570d84",
  "License": "sample string 2",
  "StartedOn": "2024-07-05T16:00:31.6965114-05:00",
  "EndedOn": "2024-07-05T16:00:31.6965114-05:00",
  "LastUpdatedOn": "2024-07-05T16:00:31.6965114-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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.