POST api/pro/clinics/{clinicId}/product-addon-licenses/{id}
Creates a new product add-on license.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clinicId |
The id of the clinic. |
string |
Required |
id |
Id of the product add on license |
string |
Required |
Body Parameters
The request used to create the product add-on license.
AddProductAddonLicenseRequestName | Description | Type | Additional information |
---|---|---|---|
ProductAddonId | string |
Required |
|
ProductLicenseId | string |
None. |
|
ExpirationDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "ProductAddonId": "sample string 1", "ProductLicenseId": "sample string 2", "ExpirationDate": "2025-06-23T13:19:32.2794156+00:00" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
The new product add-on license id.
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.