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.
CreateProductLicenseRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ExpirationDate | date |
None. |
|
| ProductId | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"ExpirationDate": "2025-12-16T12:36:59.3004382+00:00",
"ProductId": "sample string 1"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Returns the new ProductLicense id.
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"