POST api/pro/clinics/{clinicId}/product-licenses

Creates a new pro ProductLicense.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clinicId

string

Required

Body Parameters

The Create Product License request.

CreateProductLicenseRequest
NameDescriptionTypeAdditional information
ExpirationDate

date

None.

ProductId

string

Required

Request Formats

application/json, text/json

Sample:
{
  "ExpirationDate": "2025-06-23T13:42:55.0190408+00:00",
  "ProductId": "sample string 1"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Returns the new ProductLicense id.

string

Response Formats

application/json, text/json

Sample:
"sample string 1"