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

NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional information
ProductLicenseId

string

Required

Request Formats

application/json, text/json

Sample:
{
  "ProductLicenseId": "sample string 1"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.