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
Name | Description | Type | Additional 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.
ChangeProductAddonLicenseExpirationRequestName | Description | Type | Additional 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
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.