PUT api/pro/clinics/{clinicId}/product-licenses/{productLicenseId}/expiration-date
Sets the expiration date of the specified license.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clinicId |
The id of the clinicId. |
string |
Required |
productLicenseId |
The id of the license. |
string |
Required |
Body Parameters
The change license expiration request.
ChangeProductLicenseExpirationRequestName | Description | Type | Additional 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
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.