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