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

Modifies the expiration date of the specified product add-on license.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clinicId

The id of the clinic.

string

Required

productAddonLicenseId

The id of the product add-on license.

string

Required

Body Parameters

The request used to modify the expiration date.

ChangeProductAddonLicenseExpirationRequest
NameDescriptionTypeAdditional information
ExpirationDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "ExpirationDate": "2025-06-23T13:03:06.1000099+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.