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.
AddProductAddonLicenseRequest| 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:44.1610224+00:00"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
The new product add-on license id.
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.