POST api/pro/clinics/{clinicId}/product-licenses/{id}
Creates a new pro ProductLicense.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clinicId | string |
Required |
|
| id | string |
Required |
Body Parameters
The Add Product License request.
AddProductLicenseRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ExpirationDate | date |
None. |
|
| ProductId | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"ExpirationDate": "2025-12-16T12:36:51.5141966+00:00",
"ProductId": "sample string 1"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.