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.
ChangeProductLicenseExpirationRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ExpirationDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ExpirationDate": "2025-12-16T12:36:57.2329781+00:00"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.