POST api/pro/clinics/{clinicId}/product-addon-licenses/{productAddonLicenseId}/associate
Associates a product license with 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 associate the product license.
AssociateProductLicenseRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductLicenseId | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"ProductLicenseId": "sample string 1"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.