POST api/pro/clinics/{clinicId}/product-addon-licenses
Creates a new product add-on license.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clinicId |
The id of the clinic. |
string |
Required |
Body Parameters
The request used to create the product add-on license.
CreateProductAddonLicenseRequest| Name | 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-12-16T12:36:50.4712046+00:00"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
The new product add-on license id.
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"