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-08-29T01:10:25.6045178+00:00"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ChangeProductAddonLicenseExpirationRequest'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.