POST api/pro/clinics/{clinicId}/product-licenses
Creates a new pro ProductLicense.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clinicId | string |
Required |
Body Parameters
The Create Product License request.
CreateProductLicenseRequestName | Description | Type | Additional 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.
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"