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.
CreateProductAddonLicenseRequestName | 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-23T14:07:31.2849433+00:00" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
The new product add-on license id.
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"