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.
AddProductLicenseRequestName | Description | Type | Additional information |
---|---|---|---|
ExpirationDate | date |
None. |
|
ProductId | string |
Required |
Request Formats
application/json, text/json
Sample:
{ "ExpirationDate": "2025-06-23T14:22:59.4922624+00:00", "ProductId": "sample string 1" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.