POST api/pro/clinics/{clinicId}/product-licenses/{productLicenseId}/claim
Claims a license.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clinicId |
The id of the account. |
string |
Required |
| productLicenseId |
The id of the license. |
string |
Required |
Body Parameters
The claim license request.
ClaimProductLicenseRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| Properties | Dictionary of string [key] and string [value] |
None. |
Request Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"Properties": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
}
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Returns the id of the new license claim and sets the HTTP location header.
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"