PUT api/pro/clinics/{clinicId}/product-licenses/{productLicenseId}/expiration-date

Sets the expiration date of the specified license.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clinicId

The id of the clinicId.

string

Required

productLicenseId

The id of the license.

string

Required

Body Parameters

The change license expiration request.

ChangeProductLicenseExpirationRequest
NameDescriptionTypeAdditional information
ExpirationDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "ExpirationDate": "2025-06-23T14:29:08.4037858+00:00"
}

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.